Skip to content

Commit

Permalink
Merge pull request #204 from Thiht/ci-trigger-tag
Browse files Browse the repository at this point in the history
fix artifact download
  • Loading branch information
Thiht authored Jul 10, 2021
2 parents d8b38a2 + 10d48ed commit 6febbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: smocker-bin
path: ./build/smocker.tar.gz
path: ./build

- uses: actions/download-artifact@v2
with:
name: smocker-docker
path: /tmp/smocker.tar
path: /tmp

- run: make VERSION=${{ steps.extract_ref.outputs.GIT_REF }} load-docker

Expand Down

0 comments on commit 6febbca

Please sign in to comment.