Skip to content

Commit

Permalink
CI: No need to escape line breaks when they get folded away
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 27e4983 commit e5ab3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
GH_TOKEN: ${{ github.token }}
- run: sha512sum --check *.sha512sum
- run: >-
aws s3 cp \
rancher-desktop-*-linux.zip \
aws s3 cp
rancher-desktop-*-linux.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 e5ab3f2

Please sign in to comment.