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 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