From 8902ba351ad76853620caa61259b84ededb62960 Mon Sep 17 00:00:00 2001 From: Wraient Date: Sun, 27 Oct 2024 00:49:46 +0530 Subject: [PATCH] Nah --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 08fc299..5594122 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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: |