mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
Update release-deb.yml
fix .deb uploading
This commit is contained in:
@@ -93,10 +93,10 @@ jobs:
|
|||||||
|
|
||||||
cargo-deb
|
cargo-deb
|
||||||
|
|
||||||
- name: Upload release archive
|
- name: Upload .deb(s) to release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: ${{ steps.tag.outputs.tag }}
|
tag_name: ${{ steps.tag.outputs.tag }}
|
||||||
files: |
|
files: |
|
||||||
*.zip
|
target/debian/*.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user