diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbc897f..57747f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,8 +80,8 @@ jobs: name: davinci-video-converter-${{ matrix.arch }}.deb path: davinci-video-converter_*.deb - - name: Upload DEB package as artifact (Release) - uses: actions/upload-artifact@v4 + - name: Upload DEB package to Release + uses: softprops/action-gh-release@v1 with: - name: davinci-video-converter-${{ matrix.arch }}-release.1.5.0 - path: davinci-video-converter_*.deb + files: davinci-video-converter_*.deb + append_body: true