Skip to content

Commit 7758bae

Browse files
committed
ci: Automatically create a release on tag
1 parent 42c97d4 commit 7758bae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ jobs:
2727
build/*.deb
2828
build/*.rpm
2929
build/*.zip
30+
- name: Release
31+
uses: softprops/action-gh-release@v2
32+
if: startsWith(github.ref, 'refs/tags/')
33+
with:
34+
files: |
35+
build/*.deb
36+
build/*.rpm
37+
build/*.zip
3038
3139
build-release-force-dbus:
3240
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)