Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr committed May 7, 2024
1 parent 6e65730 commit cc91ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Mac Build
run: |
$Env:GOOS='darwin'
go build -o GoReSym_mac
go build -o GoReSym
Compress-Archive -DestinationPath GoReSym-mac.zip -LiteralPath ./GoReSym -CompressionLevel Fastest
Remove-Item ./GoReSym
- name: Release Windows
Expand Down

0 comments on commit cc91ae7

Please sign in to comment.