Skip to content

Commit

Permalink
change release action
Browse files Browse the repository at this point in the history
  • Loading branch information
xbol0 committed Mar 17, 2023
1 parent 41467ff commit c7ab06f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Cross build
run: make cross
- name: Create release
uses: meeDamian/[email protected]
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.TOKEN }}
files: dist/
gzip: false
files: |
dist/*

0 comments on commit c7ab06f

Please sign in to comment.