ci: Automatically create a release on tag

latest-fixes 0.4.13
Olivier Martin 2024-04-03 20:05:54 +02:00
parent 42c97d4767
commit 7758bae7d4
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@ jobs:
build/*.deb
build/*.rpm
build/*.zip
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/*.deb
build/*.rpm
build/*.zip
build-release-force-dbus:
runs-on: ubuntu-latest