From 509037e6d0ebc98cd1624197d85e3f89bc83c00a Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:49:18 +0200 Subject: [PATCH] Update build-binaries.yml --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 362ad3f1e..37ebaedf6 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -46,7 +46,7 @@ jobs: run: npm run binary:build - name: Package into node binary - run: pkg --no-bytecode --public-packages \"*\" --public --target host + run: pkg --no-bytecode --public-packages \"*\" --public --target host --debug . # - name: Upload artifact # uses: actions/upload-artifact@v3