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

Commit 0f85ed0

Browse files
committed
fix: use single quotes
1 parent 844f077 commit 0f85ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version: 1.17
2626
- name: decide build file suffix
27-
if: ${{ matrix.goos == "windows" }}
27+
if: ${{ matrix.goos == 'windows' }}
2828
run: echo "suffix=.exe" >> $GITHUB_ENV
2929
- name: build project
3030
env:

0 commit comments

Comments
 (0)