We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38753ee commit aee15c9Copy full SHA for aee15c9
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
aws s3 cp \
58
--endpoint-url ${{ secrets.R2_OOMOL_STATIC_S3_ENDPOINT }} \
59
- ./out \
+ ./ \
60
s3://oomol-static/ovm-resources/libexec/$RELEASE_VERSION \
61
--recursive --exclude "*" --include "*.tar.gz"
62
0 commit comments