From be35430727d58deda03daaf43e7ae7009aba59a2 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Mon, 11 Mar 2024 14:09:01 -0500 Subject: [PATCH] please --- .gitea/workflows/push-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index de38719..eb4442f 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -92,9 +92,9 @@ jobs: - name: Build run: | 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 bin + cp *.tar.xz 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 bin + ls env: VERSION: ${{github.ref_name}} BUILD: ${{github.run_number}}