Skip to content

Commit

Permalink
ci: debug with ls
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 23, 2024
1 parent bb974f0 commit f184407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
echo "DEB11_PKG=$PKG_NAME" >> "$GITHUB_OUTPUT"
- name: Upload to scw s3
run: |
ls
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.deb11pkg.outputs.DEB11_PKG }} s3://scaphandre/x86_64/
- name: Build package with version tag and Debian 12 Bookworm
run: |
Expand Down

0 comments on commit f184407

Please sign in to comment.