Skip to content

Commit

Permalink
Update build-debian-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamazi authored May 28, 2024
1 parent b6f32d4 commit bee47ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: push

env:
tag: "0.5.0"

jobs:
build-debs:
runs-on: ubuntu-latest
Expand All @@ -18,7 +21,7 @@ jobs:
# name: pkg
# path: ./artifacts
- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v2
with:
files: debian/artifacts/*.deb
tag_name: ${{ env.tag }}

0 comments on commit bee47ef

Please sign in to comment.