Skip to content

Commit

Permalink
fix: correct variable globbing for deb12 package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 23, 2024
1 parent f226b03 commit 6da49e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
- name: Upload to scw s3
run: |
cd target
s3cmd --access_key="${{ secrets.S3_ACCESS_KEY_ID }}" --secret_key="${{ secrets.S3_SECRET_ACCESS_KEY }}" --region="fr-par" --acl-public --host="s3.fr-par.scw.cloud" --host-bucket="%(bucket).s3.fr-par.scw.cloud" put {{ steps.deb12pkg.outputs.DEB12_PKG }} s3://scaphandre/x86_64/
s3cmd --access_key="${{ secrets.S3_ACCESS_KEY_ID }}" --secret_key="${{ secrets.S3_SECRET_ACCESS_KEY }}" --region="fr-par" --acl-public --host="s3.fr-par.scw.cloud" --host-bucket="%(bucket).s3.fr-par.scw.cloud" put ${{ steps.deb12pkg.outputs.DEB12_PKG }} s3://scaphandre/x86_64/

0 comments on commit 6da49e3

Please sign in to comment.