Skip to content

Commit

Permalink
Merge pull request #191 from fermyon/fix-190
Browse files Browse the repository at this point in the history
use unique names for checksums/plugin manifest
  • Loading branch information
bacongobbler committed Mar 20, 2024
2 parents 6032143 + c6a44c1 commit c3b8485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cloud
name: checksums
path: checksums-${{ env.RELEASE_VERSION }}.txt

- name: upload checksums to Github release
Expand All @@ -190,7 +190,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cloud
name: plugin-manifest
path: cloud.json

- name: upload plugin manifest to release
Expand Down

0 comments on commit c3b8485

Please sign in to comment.