From 17b0d9f72e002cb5f2f8e587e8ee8405934f37ff Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 10 Mar 2024 21:46:47 -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 a868a29..ee6eff4 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -91,7 +91,7 @@ jobs: - name: Build for linux run: | - fyne package --release --appVersion=${VERSION#v} --appBuild=${BUILD} --exe bin/sw1ped-mod-switcher-${VERSION#v}.${BUILD}-${GOOS}-${GOARCH} main.go + fyne package --appBuild=${BUILD} --exe bin/sw1ped-mod-switcher-${VERSION#v}.${BUILD}-${GOOS}-${GOARCH} main.go env: VERSION: ${{github.ref_name}} BUILD: ${{github.run_number}} @@ -102,7 +102,7 @@ jobs: - name: Build for windows run: | - fyne package --release --appVersion=${VERSION#v} --appBuild=${BUILD} --exe bin/sw1ped-mod-switcher-${VERSION#v}.${BUILD}-${GOOS}-${GOARCH}.exe main.go + fyne package --appBuild=${BUILD} --exe bin/sw1ped-mod-switcher-${VERSION#v}.${BUILD}-${GOOS}-${GOARCH}.exe main.go env: VERSION: ${{github.ref_name}} BUILD: ${{github.run_number}}