From ddc2522fec2a57ee1acad0de5326d5b0520b20e6 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:40:22 -0400 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index e1be07f..7ca42fd 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -23,12 +23,14 @@ jobs: - name: Install dependencies run: | - pwd cd src go mod download - name: Build - run: go build -v -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go + run: | + pwd + dir + go build -v -ldflags="-s -w -H=windowsgui -extldflags=-static" Picocrypt.go env: CGO_ENABLED: 1