Merge branch 'main' into rel-0.1.1

This commit is contained in:
Cole Helbling 2023-06-27 11:48:17 -07:00 committed by GitHub
commit 3a6f35d60a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
env:
AWS_BUCKET: ${{ secrets.AWS_S3_UPLOAD_BUCKET }}
run: |
./upload_s3.sh "tag" "$GITHUB_REF_NAME" "$GITHUB_SHA"
.github/workflows/upload_s3.sh "tag" "$GITHUB_REF_NAME" "$GITHUB_SHA"
- name: Publish Release to GitHub (Tag)
uses: softprops/action-gh-release@v1
with: