We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90320a0 commit 0be8922Copy full SHA for 0be8922
.github/workflows/release-tags.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
AWS_BUCKET: ${{ secrets.AWS_S3_UPLOAD_BUCKET }}
49
run: |
50
- ./upload_s3.sh "tag" "$GITHUB_REF_NAME" "$GITHUB_SHA"
+ .github/workflows/upload_s3.sh "tag" "$GITHUB_REF_NAME" "$GITHUB_SHA"
51
- name: Publish Release to GitHub (Tag)
52
uses: softprops/action-gh-release@v1
53
with:
0 commit comments