Update go.yml

This commit is contained in:
thom2305 2025-04-25 18:15:46 -04:00 committed by GitHub
parent 2c0449fd84
commit b2a57e4fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
run: mkdir -p release && cp WiiSOAP release/ && cp config.example.xml release/ && zip -r wiisoap.zip release/
- name: Upload release ZIP
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wiisoap-linux
path: wiisoap.zip