From 31f3df710a3d89cb0832f497df6280ea28a5a5aa Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 10 Mar 2024 17:06:37 -0500 Subject: [PATCH] fixed artifact version issue --- .gitea/workflows/push-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index 7b05566..f967709 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -93,6 +93,7 @@ jobs: run: | fyne package --appBuild=${BUILD} --exe bin/swiped-mod-switcher-${VERSION}.${BUILD}-${GOOS}-${GOARCH}${EXE} main.go env: + VERSION: ${{github.ref_name}} BUILD: ${{github.run_number}} GOOS: linux GOARCH: amd64 @@ -104,6 +105,7 @@ jobs: run: | fyne package --appBuild=${BUILD} --exe bin/swiped-mod-switcher-${VERSION}.${BUILD}-${GOOS}-${GOARCH}${EXE} main.go env: + VERSION: ${{github.ref_name}} BUILD: ${{github.run_number}} GOOS: windows GOARCH: amd64