Remove unsupported artifact upload from Gitea workflow
All checks were successful
build-windows-exe / build (push) Successful in 46s
All checks were successful
build-windows-exe / build (push) Successful in 46s
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
|||||||
cp config/guests.example.txt dist/guests.example.txt
|
cp config/guests.example.txt dist/guests.example.txt
|
||||||
(cd dist && zip -r vrc_osc-windows.zip vrc_osc.exe vrwt_tool.exe config.example.toml secrets.example.toml guests.example.txt)
|
(cd dist && zip -r vrc_osc-windows.zip vrc_osc.exe vrwt_tool.exe config.example.toml secrets.example.toml guests.example.txt)
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Verify archive
|
||||||
uses: actions/upload-artifact@v4
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
name: vrc_osc-windows
|
cd VRWT_Tool/VRC_OSC/dist
|
||||||
path: VRWT_Tool/VRC_OSC/dist/vrc_osc-windows.zip
|
ls -l vrc_osc-windows.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user