From dcb0771046be412d05b8085c8951d0aa27a0e5ba Mon Sep 17 00:00:00 2001 From: nxrmqlly Date: Sat, 28 Sep 2024 21:43:26 +0530 Subject: [PATCH] optimise wails build workflow --- .github/workflows/wails-build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/wails-build.yml b/.github/workflows/wails-build.yml index 2e1568d..fc6890e 100644 --- a/.github/workflows/wails-build.yml +++ b/.github/workflows/wails-build.yml @@ -39,17 +39,7 @@ jobs: # Install Go dependencies (optional if using Go modules) - name: Install Go dependencies run: go mod tidy - # Check Wails environment - - name: Run Wails Doctor - run: wails doctor # Build the Wails project (Wails handles frontend+backend) - name: Build Wails App run: wails build - - # Optionally: Archive the build artifacts - - name: Upload Build Artifact - uses: actions/upload-artifact@v3 - with: - name: wails-build - path: ./build # Path to the Wails build output