Skip to content

Commit

Permalink
Publish to the right place in S3
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 11, 2024
1 parent 17a32a9 commit d96a7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
md5sum $file >> md5sum
# Upload deb file
aws s3 cp $file s3://${{ secrets.AWS_BUCKET }}/staging/$file
aws s3 cp $file s3://${{ secrets.AWS_BUCKET }}/$file
done
# Upload updated md5sum file
aws s3 cp md5sum s3://${{ secrets.AWS_BUCKET }}/staging/md5sum
aws s3 cp md5sum s3://${{ secrets.AWS_BUCKET }}/md5sum
upload-to-release:
needs: call-build-workflow
Expand Down

0 comments on commit d96a7e9

Please sign in to comment.