Skip to content

Commit

Permalink
[FIX] formatting escape;
Browse files Browse the repository at this point in the history
  • Loading branch information
atlet99 committed Oct 29, 2024
1 parent d223b72 commit 5545f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- name: Build Linux binary
run: |
GOOS=linux GOARCH=amd64 go build -ldflags "-X main.Version=${{ env.VERSION }}" -o yed
GOOS=linux GOARCH=amd64 go build -ldflags "-X 'main.Version=${{ env.VERSION }}'" -o yed
- name: Build Windows binary
run: |
GOOS=windows GOARCH=amd64 go build -ldflags "-X main.Version=${{ env.VERSION }}" -o yed.exe
GOOS=windows GOARCH=amd64 go build -ldflags "-X 'main.Version=${{ env.VERSION }}'" -o yed.exe
- name: Upload binaries to GitHub Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5545f63

Please sign in to comment.