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