Skip to content

Commit 0be8922

Browse files
committed
fixup tag release
1 parent 90320a0 commit 0be8922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
AWS_BUCKET: ${{ secrets.AWS_S3_UPLOAD_BUCKET }}
4949
run: |
50-
./upload_s3.sh "tag" "$GITHUB_REF_NAME" "$GITHUB_SHA"
50+
.github/workflows/upload_s3.sh "tag" "$GITHUB_REF_NAME" "$GITHUB_SHA"
5151
- name: Publish Release to GitHub (Tag)
5252
uses: softprops/action-gh-release@v1
5353
with:

0 commit comments

Comments
 (0)