mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 15:25:33 +02:00
fix: remove problematic release upload and use artifacts
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -80,9 +80,8 @@ jobs:
|
|||||||
name: davinci-video-converter-${{ matrix.arch }}.deb
|
name: davinci-video-converter-${{ matrix.arch }}.deb
|
||||||
path: davinci-video-converter_*.deb
|
path: davinci-video-converter_*.deb
|
||||||
|
|
||||||
- name: Upload to GitHub Release
|
- name: Upload DEB package as artifact (Release)
|
||||||
uses: softprops/action-gh-release@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
files: davinci-video-converter_*.deb
|
name: davinci-video-converter-${{ matrix.arch }}-release.1.5.0
|
||||||
tag_name: ${{ github.ref_name }}
|
path: davinci-video-converter_*.deb
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user