Skip to content

Commit aee15c9

Browse files
authored
chore(ci): cannot upload resource to r2 (#11)
1 parent 38753ee commit aee15c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
aws s3 cp \
5858
--endpoint-url ${{ secrets.R2_OOMOL_STATIC_S3_ENDPOINT }} \
59-
./out \
59+
./ \
6060
s3://oomol-static/ovm-resources/libexec/$RELEASE_VERSION \
6161
--recursive --exclude "*" --include "*.tar.gz"
6262

0 commit comments

Comments
 (0)