Skip to content

Commit

Permalink
ci: fix ldflags string termination
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed Dec 4, 2023
1 parent e02a5b9 commit ea049d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

- name: Build Windows App & Installer
if: runner.os == 'Windows'
run: wails build -o Zen-${{ matrix.arch }}.exe -platform windows/${{ matrix.arch }} -nsis -ldflags "-X 'github.com/anfragment/zen/config.Version=$(git describe --tags --abbrev=0)"
run: wails build -o Zen-${{ matrix.arch }}.exe -platform windows/${{ matrix.arch }} -nsis -ldflags "-X 'github.com/anfragment/zen/config.Version=$(git describe --tags --abbrev=0)'"
- name: Archive Windows Binary
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit ea049d9

Please sign in to comment.