mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-03 12:34:00 +03:00
switch artifact upload action to christopherhx/gitea-upload-artifact@v4
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
echo "ZIP_PATH=$WORKSPACE_ROOT/$ZIP_NAME" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload Windows artifact
|
||||
uses: https://gitea.com/actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: windows-zip
|
||||
path: ${{ env.ZIP_PATH }}
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
echo "ZIP_PATH=$WORKSPACE_ROOT/$ZIP_NAME" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload Linux artifact
|
||||
uses: https://gitea.com/actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: linux-zip
|
||||
path: ${{ env.ZIP_PATH }}
|
||||
|
||||
Reference in New Issue
Block a user