Skip to content

Commit 4e172a0

Browse files
committed
debug: github action
1 parent 6b62109 commit 4e172a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-windows.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ jobs:
8282
- name: Build Windows portable app
8383
shell: bash
8484
run: |
85-
CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }} \
86-
-webview2 embed \
87-
-ldflags "-X main.version=v${{ steps.normalise_version.outputs.version }} -X main.gaMeasurementID=${{ secrets.GA_MEASUREMENT_ID }} -X main.gaSecretKey=${{ secrets.WINDOWS_GA_SECRET }}"
85+
CGO_ENABLED=1 wails build -clean -platform ${{ matrix.platform }}
8886
8987
- name: Compress portable binary
9088
working-directory: ./build/bin

0 commit comments

Comments
 (0)