Skip to content

Commit

Permalink
Merge pull request #184 from alltilla/github-actions-upload-packages-…
Browse files Browse the repository at this point in the history
…fix-bucket-name-again
  • Loading branch information
MrAnno authored Jul 3, 2024
2 parents ad3159f + 640491d commit 8347012
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 axoflow-packages-build-wnam \
--bucket axoflow-packages-build \
--key ${{ inputs.pkg-type }}/${{ github.run_id }}/{} \
--body {} \;

0 comments on commit 8347012

Please sign in to comment.