From 759d81669cf404863f2e8e46b66d5d91bafa7b9e Mon Sep 17 00:00:00 2001 From: tkmxqrdxddd Date: Tue, 17 Mar 2026 20:42:04 +0100 Subject: [PATCH] fix: remove release upload from build-deb workflow --- .github/workflows/build-deb.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index f4fd834..a822f2d 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -91,10 +91,8 @@ jobs: name: davinci-video-converter-${{ matrix.arch }}.deb path: davinci-video-converter_*.deb - - name: Upload to Release - if: github.event_name == 'release' - uses: softprops/action-gh-release@v1 + - name: Upload DEB package as artifact + uses: actions/upload-artifact@v4 with: - files: davinci-video-converter_*.deb - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + name: davinci-video-converter-${{ matrix.arch }}.deb + path: davinci-video-converter_*.deb