mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
upload-artifact@v5
This commit is contained in:
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
@@ -368,7 +368,7 @@ jobs:
|
||||
mv ${file_name} ../../${file_name}
|
||||
echo "Zip FileName: ${file_name}"
|
||||
- name: Upload Zip artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: VRCX-Zip
|
||||
path: 'VRCX_${{ needs.set_version.outputs.version }}.zip'
|
||||
|
||||
Reference in New Issue
Block a user