From a4246f7294877199c40c0c73b070b8318dc6e90f Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:35:13 -0400 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 86419eb..6c0057c 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -23,11 +23,16 @@ jobs: - name: Install dependencies run: | + pwd + ls cd src go mod download - name: Build - run: go build -ldflags="-s -w -H=windowsgui -extldflags=-static" -v -o Picocrypt.exe ./... + run: | + pwd + ls + go build -v -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go env: CGO_ENABLED: 1