mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-04 04:53:58 +03:00
Compare commits
2 Commits
a841fb4fd8
...
e52dbdcb2e
| Author | SHA1 | Date | |
|---|---|---|---|
| e52dbdcb2e | |||
| 543dd39618 |
@@ -176,7 +176,7 @@ jobs:
|
|||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Download Linux Artifact
|
- name: Download Linux Artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: linux-release
|
name: linux-release
|
||||||
path: ${{ github.workspace }}/dist/linux-docker
|
path: ${{ github.workspace }}/dist/linux-docker
|
||||||
@@ -226,7 +226,7 @@ jobs:
|
|||||||
if: startsWith(github.event.inputs.tag, 'v')
|
if: startsWith(github.event.inputs.tag, 'v')
|
||||||
steps:
|
steps:
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/artifacts
|
path: ${{ github.workspace }}/artifacts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user