Skip to content

Commit

Permalink
try to upload with different action
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Dec 18, 2024
1 parent f91ea3e commit 19937c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
path: ./debian-package/

- name: Upload Debian package as Release asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref_name }} debian-package/*.deb
uses: softprops/action-gh-release@v1
with:
files: debian-package/*.deb

# uses: ncipollo/release-action@v1
# with:
Expand Down

0 comments on commit 19937c4

Please sign in to comment.