From 568d414a0b6f751669a091f6940c358c55f29ba7 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 7 Jan 2026 15:23:20 +0000 Subject: [PATCH] chore: check directory content --- .gitea/workflows/cross-compile.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 2174353..1d4c967 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -96,6 +96,7 @@ jobs: export CXX=x86_64-w64-mingw32-g++ export CGO_LDFLAGS="-static-libgcc -static-libstdc++" go-winres simply --icon icon.png --manifest gui + ls -lart go build -o ./pkcs-generator.exe -ldflags -H=windowsgui ./src - name: upload the building actifacts