Skip to content

Commit cc91ae7

Browse files
authored
Fix workflow
1 parent 6e65730 commit cc91ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Mac Build
2828
run: |
2929
$Env:GOOS='darwin'
30-
go build -o GoReSym_mac
30+
go build -o GoReSym
3131
Compress-Archive -DestinationPath GoReSym-mac.zip -LiteralPath ./GoReSym -CompressionLevel Fastest
3232
Remove-Item ./GoReSym
3333
- name: Release Windows

0 commit comments

Comments
 (0)