Skip to content

Commit

Permalink
Merge pull request #189 from fermyon/upload-artifact-fix
Browse files Browse the repository at this point in the history
upload to separate artifacts
  • Loading branch information
bacongobbler committed Mar 19, 2024
2 parents c70c74f + 62ff05b commit 6032143
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: cloud
name: cloud-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}
path: _dist/cloud-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz

- name: upload binary to Github release
Expand Down Expand Up @@ -161,7 +161,8 @@ jobs:
- name: download release assets
uses: actions/download-artifact@v4
with:
name: cloud
pattern: cloud-*
merge-multiple: true

- name: generate checksums
run: |
Expand Down

0 comments on commit 6032143

Please sign in to comment.