Skip to content

Commit

Permalink
Merge pull request #183 from alltilla/github-actions-upload-packages-…
Browse files Browse the repository at this point in the history
…fix-bucket-name
  • Loading branch information
MrAnno authored Jul 3, 2024
2 parents f29a1f7 + 10f713d commit ad3159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
find * -type f -exec \
aws s3api put-object \
--endpoint-url https://${{ secrets.r2-account-id }}.r2.cloudflarestorage.com \
--bucket axosyslog-apt-incoming \
--bucket axoflow-packages-build-wnam \
--key ${{ inputs.pkg-type }}/${{ github.run_id }}/{} \
--body {} \;

0 comments on commit ad3159f

Please sign in to comment.