Remove unsupported artifact upload from Gitea workflow
All checks were successful
build-windows-exe / build (push) Successful in 46s

This commit is contained in:
every_holiday
2026-06-24 01:54:59 +09:00
parent 72aa10de46
commit 74ff0d3c76

View File

@@ -43,8 +43,8 @@ jobs:
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)
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: vrc_osc-windows
path: VRWT_Tool/VRC_OSC/dist/vrc_osc-windows.zip
- name: Verify archive
shell: bash
run: |
cd VRWT_Tool/VRC_OSC/dist
ls -l vrc_osc-windows.zip