Skip to content

Commit

Permalink
chore(ci): cannot upload resource to r2 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Dec 27, 2024
1 parent 38753ee commit aee15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
aws s3 cp \
--endpoint-url ${{ secrets.R2_OOMOL_STATIC_S3_ENDPOINT }} \
./out \
./ \
s3://oomol-static/ovm-resources/libexec/$RELEASE_VERSION \
--recursive --exclude "*" --include "*.tar.gz"
Expand Down

0 comments on commit aee15c9

Please sign in to comment.