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

Fix artifact download paths in release workflow

This commit is contained in:
2026-03-07 20:54:12 +02:00
parent 07fb74d7e4
commit f8cc0a8e9d
+9 -4
View File
@@ -243,17 +243,22 @@ jobs:
IMAGE_NAME: youtubeplaylistdownloader IMAGE_NAME: youtubeplaylistdownloader
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: windows-zip name: windows-zip
path: windows-zip
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: linux-zip name: linux-zip
path: linux-zip
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: docker-image name: docker-image
path: docker-image
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: docker-image-latest name: docker-image-latest
path: docker-image-latest
- name: Get version from tag - name: Get version from tag
id: version id: version
shell: bash shell: bash