Skip to content

Commit

Permalink
Merge pull request #192 from fermyon/sigh
Browse files Browse the repository at this point in the history
one more download-artifact fix, I promise
  • Loading branch information
bacongobbler committed Mar 20, 2024
2 parents c3b8485 + d82178e commit 196a936
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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: checksums
name: cloud-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: plugin-manifest
name: cloud-plugin-manifest
path: cloud.json

- name: upload plugin manifest to release
Expand All @@ -212,7 +212,8 @@ jobs:
- name: download release assets
uses: actions/download-artifact@v4
with:
name: cloud
pattern: cloud-*
merge-multiple: true

- name: 'Check if canary tag exists'
id: canaryExists
Expand Down

0 comments on commit 196a936

Please sign in to comment.