mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 23:35:32 +02:00
fix: use gh CLI to upload to release
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -81,7 +81,9 @@ jobs:
|
|||||||
path: davinci-video-converter_*.deb
|
path: davinci-video-converter_*.deb
|
||||||
|
|
||||||
- name: Upload DEB package to Release
|
- name: Upload DEB package to Release
|
||||||
uses: softprops/action-gh-release@v1
|
env:
|
||||||
with:
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
files: davinci-video-converter_*.deb
|
run: |
|
||||||
append_body: true
|
for file in davinci-video-converter_*.deb; do
|
||||||
|
gh release upload ${{ github.ref_name }} "$file" --clobber
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user