1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

Fix artifact path for Linux package upload in release workflow

This commit is contained in:
2026-03-07 19:27:37 +02:00
parent 585875c447
commit caea1a72f3
+1 -1
View File
@@ -157,7 +157,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: linux-zip name: linux-zip
path: ${{ github.workspace }}/dist/linux/yt-playlist-linux-${{ steps.version.outputs.version }}.tar.gz path: ${{ github.workspace }}/yt-playlist-linux-${{ steps.version.outputs.version }}.tar.gz
build-docker-image: build-docker-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest