please
Some checks failed
CI / Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Build (push) Successful in 3m12s

This commit is contained in:
2024-03-11 14:01:07 -05:00
parent 8ec9119bc1
commit 3667bfae52

View File

@@ -91,12 +91,9 @@ jobs:
- name: Build
run: |
ls
GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=gcc fyne package -os=linux -appBuild=${BUILD} -exe bin/swiped-mod-switcher-${VERSION#v}.${BUILD}-linux-amd64 main.go
ls
ls bin
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc fyne package -os=windows -appBuild=${BUILD} -exe bin/swiped-mod-switcher-${VERSION#v}.${BUILD}-windows-amd64.exe main.go
ls
ls bin
env:
VERSION: ${{github.ref_name}}