From e33fcc1a7c8e5c30c38bb20283526b6520d9fc49 Mon Sep 17 00:00:00 2001 From: marcopiraccini Date: Sun, 3 Dec 2023 09:51:34 +0100 Subject: [PATCH] test with win gh action --- .github/workflows/release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd616d6e..50c85961 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,9 +32,11 @@ jobs: distribution: 'microsoft' # See 'Supported distributions' for available options java-version: '17' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@v3 - with: - node-version: 18 + - run: java -jar ./sign-win/jsign-5.0.jar + + # - uses: actions/setup-node@v3 + # with: + # node-version: 18 # - run: npm ci # - run: npm run build:win # - run: npm run release:win