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