We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feda315 commit ac85d59Copy full SHA for ac85d59
.github/workflows/release.yml
@@ -23,11 +23,7 @@ jobs:
23
run: make
24
25
- name: Upload Release Asset
26
- uses: actions/upload-release-asset@v1
27
- env:
28
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: softprops/action-gh-release@v1
+ if: startsWith(github.ref, 'refs/tags/')
29
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
+ files: mulle-todo
0 commit comments