mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Update upload-artifact
This commit is contained in:
4
.github/workflows/github_actions.yml
vendored
4
.github/workflows/github_actions.yml
vendored
@@ -147,12 +147,12 @@ jobs:
|
||||
mv ${file_name} ../../${file_name}
|
||||
echo "Zip FileName: ${file_name}"
|
||||
- name: Upload Setup artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: VRCX-Setup
|
||||
path: 'VRCX_${{ needs.set_version.outputs.version }}_Setup.exe'
|
||||
- name: Upload Zip artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: VRCX-Zip
|
||||
path: 'VRCX_${{ needs.set_version.outputs.version }}.zip'
|
||||
|
||||
Reference in New Issue
Block a user