Skip to content

Commit

Permalink
Fix upload of deb packages to release
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 16, 2024
1 parent f8837a2 commit daeed68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
uno/*.deb
uno-arm64/*.deb
uno-deb-*-amd64__*/*.deb
uno-deb-*-arm64__*/*.deb

0 comments on commit daeed68

Please sign in to comment.