From 0a8825e8405fdb1933646cad61d9b42660c08524 Mon Sep 17 00:00:00 2001 From: tkmxqrdxddd Date: Tue, 17 Mar 2026 20:47:17 +0100 Subject: [PATCH] fix: remove problematic release upload and use artifacts --- .github/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bae6fc..bbc897f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,9 +80,8 @@ jobs: name: davinci-video-converter-${{ matrix.arch }}.deb path: davinci-video-converter_*.deb - - name: Upload to GitHub Release - uses: softprops/action-gh-release@v1 + - name: Upload DEB package as artifact (Release) + uses: actions/upload-artifact@v4 with: - files: davinci-video-converter_*.deb - tag_name: ${{ github.ref_name }} - token: ${{ secrets.GITHUB_TOKEN }} + name: davinci-video-converter-${{ matrix.arch }}-release.1.5.0 + path: davinci-video-converter_*.deb