Skip to content

Commit

Permalink
CI: Be explicit about which repo we're using
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Yen <mark.yen@suse.com>
  • Loading branch information
mook-as committed Jan 6, 2025
1 parent a5aeca4 commit 27e4983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
permissions:
contents: write # needed to list draft releases
steps:
- run: gh release download v1.17.0 --pattern 'rancher-desktop-linux-*'
- run: >-
gh --repo ${{ github.repository }}
release download v1.17.0 --pattern 'rancher-desktop-linux-*'
env:
GH_TOKEN: ${{ github.token }}
- run: sha512sum --check *.sha512sum
Expand Down

0 comments on commit 27e4983

Please sign in to comment.