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
|
||||
|
||||
- name: Upload DEB package to Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: davinci-video-converter_*.deb
|
||||
append_body: true
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
for file in davinci-video-converter_*.deb; do
|
||||
gh release upload ${{ github.ref_name }} "$file" --clobber
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user