From 0c9004b85f30c8c76580fd99b3606b9dd29e41bd Mon Sep 17 00:00:00 2001 From: Max Foxie Date: Wed, 26 Jun 2024 19:19:20 +0300 Subject: [PATCH] VZLOM KAZINO 3 --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3df1a09..f025458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,6 @@ name: Wails build on: push: - tags: - # Match any new tag - - "*" env: # Necessary for most environments as build failure can occur due to OOM issues @@ -40,5 +37,5 @@ jobs: with: build-name: ${{ matrix.build.name }} build-platform: ${{ matrix.build.platform }} - package: false + package: true go-version: "1.22"