Skip to content

Commit 9b1e885

Browse files
committed
auto push deb for tag run
1 parent aaa5795 commit 9b1e885

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build_packages.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,12 @@ jobs:
5454
retention-days: 7
5555
if-no-files-found: error
5656
compression-level: 0
57+
58+
- name: Upload to GitHub Release
59+
if: startsWith(github.ref, 'refs/tags/v')
60+
uses: softprops/action-gh-release@v2
61+
with:
62+
tag_name: ${{ github.ref_name }}
63+
files: packaging/*.deb
64+
env:
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)