Skip to content

Commit

Permalink
Change release action
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Mar 9, 2024
1 parent 23d8a97 commit 10639ab
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
cp arrans-kde-keyboard-shortcuts-with-meta.kksrc pkg/usr/share/kcmkeys/arrans.kksrc
dpkg-deb --root-owner-group --build pkg/ .
- name: Upload package as release artifact
uses: actions/upload-release-asset@v1
- name: Release
uses: softprops/action-gh-release@v2
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ../kde-keyboard-shortcuts-with-meta_${{ steps.get_version.outputs.VERSION }}_all.deb
asset_name: kde-keyboard-shortcuts-with-meta_${{ steps.get_version.outputs.VERSION }}_all.deb
asset_content_type: application/octet-stream
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
fail_on_unmatched_files: true
files: |
*.txt

0 comments on commit 10639ab

Please sign in to comment.