Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
fix: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
menzerath committed Aug 17, 2021
1 parent 844f077 commit 0f85ed0
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 @@ -24,7 +24,7 @@ jobs:
with:
go-version: 1.17
- name: decide build file suffix
if: ${{ matrix.goos == "windows" }}
if: ${{ matrix.goos == 'windows' }}
run: echo "suffix=.exe" >> $GITHUB_ENV
- name: build project
env:
Expand Down

0 comments on commit 0f85ed0

Please sign in to comment.