Skip to content

Commit c7ab06f

Browse files
committed
change release action
1 parent 41467ff commit c7ab06f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- name: Cross build
2020
run: make cross
2121
- name: Create release
22-
uses: meeDamian/github-release@2.0
22+
uses: softprops/action-gh-release@v1
23+
if: startsWith(github.ref, 'refs/tags/')
2324
with:
2425
token: ${{ secrets.TOKEN }}
25-
files: dist/
26-
gzip: false
26+
files: |
27+
dist/*

0 commit comments

Comments
 (0)