Skip to content

Commit

Permalink
Add s3cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yossigo committed Jul 28, 2022
1 parent 14b4b43 commit 1a8fd62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
run: |
# Test
ls -l > /tmp/testfile
sudo apt-get install -y s3cmd
s3cmd put --region ${{ secrets.APT_S3_REGION }} /tmp/testfile s3://${{ secrets.APT_S3_BUCKET }}/testfile
# Quick hack to deal with duplicate _all packages
rm -f binary-*-i386/*_all.deb
Expand Down

0 comments on commit 1a8fd62

Please sign in to comment.