mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 13:01:01 +02:00
Update go.yml
This commit is contained in:
parent
4bcd1e51fd
commit
2c0449fd84
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@ -29,3 +29,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
|
- name: Create release ZIP
|
||||||
|
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
|
||||||
|
with:
|
||||||
|
name: wiisoap-linux
|
||||||
|
path: wiisoap.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user