Fix workflow: Windows build doesn't need GOOS

This commit is contained in:
ThisIsDara
2026-05-06 23:07:26 +03:30
parent f003a03959
commit e6518b0b06
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Build Windows
if: matrix.os == 'windows-latest'
run: GOOS=windows go build -ldflags "-s -w" -o mhr-cfw-go.exe ./cmd/mhr-cfw
run: go build -ldflags "-s -w" -o mhr-cfw-go.exe ./cmd/mhr-cfw
- name: Upload artifact
uses: actions/upload-artifact@v4