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 bee47ef commit 472fee9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ jobs:
- uses: jtdor/build-deb-action@v1
with:
buildpackage-opts: --build=binary --no-sign
- uses: actions/upload-artifact@v4
with:
name: pkg
path: debian/artifacts/*.deb
# - name: Download artifact
# uses: actions/download-artifact@v3
# - uses: actions/upload-artifact@v4
# with:
# name: pkg
# path: ./artifacts
# path: debian/artifacts/*.deb
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 472fee9

Please sign in to comment.