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 eb80b42 commit b6f32d4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ jobs:
with:
name: pkg
path: debian/artifacts/*.deb
- name: Display structure of downloaded files
run: ls -R
# - name: Download artifact
# uses: actions/download-artifact@v3
# with:
# name: pkg
# path: ./artifacts
- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v2
with:
files: debian/artifacts/*.deb

0 comments on commit b6f32d4

Please sign in to comment.