Skip to content

Commit

Permalink
test with win gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiraccini committed Dec 3, 2023
1 parent 5cbb5f0 commit e33fcc1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e33fcc1

Please sign in to comment.