fix deb build
This commit is contained in:
parent
b9b9f93674
commit
07da308440
3
.github/workflows/build_and_release.yml
vendored
3
.github/workflows/build_and_release.yml
vendored
@ -24,8 +24,9 @@ jobs:
|
||||
- name: Upload DEB package to Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo_token: ${{ secrets.REPO_PAT }}
|
||||
file: result/*.deb
|
||||
asset_name: pvemon.deb
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
file_glob: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user