Skip to content

Commit a25870a

Browse files
authored
upd: FLIPPIN MICROSOOOOOFT
1 parent 4c3c0ad commit a25870a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050

5151
- name: Build artifact
5252
run: |
53-
if [[ "${{ env.GOOS }}" == "windows" ]]; then
53+
if [ "${{ runner.os }}" == "Windows" ]; then
5454
go build -o checkhost-${{ env.GOOS }}-${{ env.GOARCH }}.exe -v
5555
else
5656
go build -o checkhost-${{ env.GOOS }}-${{ env.GOARCH }} -v
5757
fi
58+
shell: bash
5859

5960
- name: Upload build artifact
6061
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)