Merge pull request #20 from DeterminateSystems/fixup-release

This commit is contained in:
Cole Helbling 2023-06-27 10:30:53 -07:00 committed by GitHub
commit 511787c870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
env: env:
AWS_BUCKET: ${{ secrets.AWS_S3_UPLOAD_BUCKET }} AWS_BUCKET: ${{ secrets.AWS_S3_UPLOAD_BUCKET }}
run: | 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) - name: Publish Release to GitHub (Tag)
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with: