Skip to content

Commit

Permalink
debug: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cyz-home committed Aug 28, 2024
1 parent 6b62109 commit 4e172a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ jobs:
- name: Build Windows portable app
shell: bash
run: |
CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} \
-webview2 embed \
-ldflags "-X main.version=v${{ steps.normalise_version.outputs.version }} -X main.gaMeasurementID=${{ secrets.GA_MEASUREMENT_ID }} -X main.gaSecretKey=${{ secrets.WINDOWS_GA_SECRET }}"
CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }}
- name: Compress portable binary
working-directory: ./build/bin
Expand Down

0 comments on commit 4e172a0

Please sign in to comment.