We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b416c commit 0ade66dCopy full SHA for 0ade66d
.github/workflows/release.yml
@@ -34,7 +34,8 @@ jobs:
34
GOOS: windows
35
GOARCH: ${{ matrix.goarch }}
36
run: |
37
- cd cmd/hidell && go build -ldflags="-H windowsgui" -o HIDELL_${{ matrix.arch }}.exe
+ cd cmd/hidell
38
+ go build -ldflags="-H windowsgui" -o HIDELL_${{ matrix.arch }}.exe
39
40
- name: Upload to Release Action
41
uses: softprops/action-gh-release@v2
0 commit comments