Skip to content

Commit

Permalink
optimise wails build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrmqlly committed Sep 28, 2024
1 parent 84b9795 commit dcb0771
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/wails-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dcb0771

Please sign in to comment.