Skip to content

Commit ac85d59

Browse files
committed
fix workflow
1 parent feda315 commit ac85d59

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
run: make
2424

2525
- name: Upload Release Asset
26-
uses: actions/upload-release-asset@v1
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
uses: softprops/action-gh-release@v1
27+
if: startsWith(github.ref, 'refs/tags/')
2928
with:
30-
upload_url: ${{ github.event.release.upload_url }}
31-
asset_path: ./mulle-todo
32-
asset_name: mulle-todo
33-
asset_content_type: application/octet-stream
29+
files: mulle-todo

0 commit comments

Comments
 (0)