mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 23:35:32 +02:00
fix: remove release upload from build-deb workflow
This commit is contained in:
10
.github/workflows/build-deb.yml
vendored
10
.github/workflows/build-deb.yml
vendored
@@ -91,10 +91,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 Release
|
- name: Upload DEB package as artifact
|
||||||
if: github.event_name == 'release'
|
uses: actions/upload-artifact@v4
|
||||||
uses: softprops/action-gh-release@v1
|
|
||||||
with:
|
with:
|
||||||
files: davinci-video-converter_*.deb
|
name: davinci-video-converter-${{ matrix.arch }}.deb
|
||||||
env:
|
path: davinci-video-converter_*.deb
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user