Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jun 29, 2022
1 parent 42adcda commit 7991064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: 'Download Artifact'
uses: actions/download-artifact@v3
with:
name: dist
name: dist-${{ matrix.os }}-${{ matrix.arch }}
path: dist/wodby-*.tar.gz
- name: release aws dev
if: startsWith(github.ref, 'refs/heads/')
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: 'Download Artifact'
uses: actions/download-artifact@v3
with:
name: dist
name: dist-${{ matrix.os }}-${{ matrix.arch }}
path: dist/wodby-*.tar.gz
- name: release aws latest
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7991064

Please sign in to comment.