Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Jun 13, 2020
1 parent 09a04b9 commit 9c2ced3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/upload-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
run: |
bash go_pack.sh
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
args: tool-gin* application/octet-stream
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
with:
file: "*.tar.gz;*.zip"
tags: true
draft: false
update_latest_release: true

0 comments on commit 9c2ced3

Please sign in to comment.