Skip to content

Commit

Permalink
CI: Use explicit file name
Browse files Browse the repository at this point in the history
The previous glob was incorrect.

Signed-off-by: Mark Yen <[email protected]>
  • Loading branch information
mook-as committed Jan 6, 2025
1 parent e5ab3f2 commit fb8ec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: sha512sum --check *.sha512sum
- run: >-
aws s3 cp
rancher-desktop-*-linux.zip
rancher-desktop-linux-v1.17.0.zip
"s3://rancher-desktop-assets-for-obs/rancher-desktop-linux-release-1.17.zip"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit fb8ec48

Please sign in to comment.