mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-21 22:12:19 +03:00
Fix artifact download action to use Gitea-specific implementation
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
echo "TAG=$TAG" >> $GITHUB_ENV
|
echo "TAG=$TAG" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Download linux-zip artifact from other run
|
- name: Download linux-zip artifact from other run
|
||||||
uses: actions/download-artifact@v4
|
uses: christopherhx/gitea-download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-zip
|
name: linux-zip
|
||||||
github-token: ${{ secrets.REPO_READ }}
|
github-token: ${{ secrets.REPO_READ }}
|
||||||
|
|||||||
Reference in New Issue
Block a user