Skip to content

Commit af3fcb0

Browse files
committed
use shogo82148/actions-upload-release-asset
1 parent 0eef9bc commit af3fcb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: |
1919
upload_url=$(curl -sL https://api.github.com/repos/actions/checkout/releases/latest | jq -r '.upload_url')
2020
echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
21-
- uses: actions/upload-release-asset@v1
21+
- uses: shogo82148/actions-upload-release-asset@v1
2222
with:
2323
asset_path: gauche-binary-ubuntu-latest.tar.gz
24+
overwrite: true
2425
upload_url: ${{ env.UPLOAD_URL }}

0 commit comments

Comments
 (0)