Skip to content

Commit

Permalink
Nah
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Oct 26, 2024
1 parent f0d7570 commit 8902ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ jobs:
- name: Build Windows binary # Run the build script to generate curd.exe
run: |
Get-Location
dir D:\a\curd\
echo Building the Windows binary...
set GOOS=windows
set GOARCH=amd64
go build -o curd.exe ..\cmd\curd\main.go
go build -o curd.exe .\cmd\curd\main.go
- name: Download Inno Setup # Clean up
run: |
Expand Down

0 comments on commit 8902ba3

Please sign in to comment.