We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e65730 commit cc91ae7Copy full SHA for cc91ae7
.github/workflows/main.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Mac Build
28
run: |
29
$Env:GOOS='darwin'
30
- go build -o GoReSym_mac
+ go build -o GoReSym
31
Compress-Archive -DestinationPath GoReSym-mac.zip -LiteralPath ./GoReSym -CompressionLevel Fastest
32
Remove-Item ./GoReSym
33
- name: Release Windows
0 commit comments