Skip to content

Commit 9c2ced3

Browse files
committed
update
1 parent 09a04b9 commit 9c2ced3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/upload-to-release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
run: |
4343
bash go_pack.sh
4444
- name: Upload to release
45-
uses: JasonEtco/upload-to-release@master
46-
with:
47-
args: tool-gin* application/octet-stream
45+
uses: xresloader/upload-to-github-release@v1
4846
env:
4947
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
48+
with:
49+
file: "*.tar.gz;*.zip"
50+
tags: true
51+
draft: false
52+
update_latest_release: true

0 commit comments

Comments
 (0)