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 a63e195 commit a1f2e5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,13 @@ jobs:
# with:
# distribution: 'microsoft'
# java-version: '17'
# - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
# - run: java -jar ./sign-win/jsign-5.0.jar

- uses: actions/setup-node@v3
with:
node-version: 18
# - run: npm ci
- run: npm install

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm ci
- run: npm run build:win
- run: npm run release:win

Expand Down

0 comments on commit a1f2e5f

Please sign in to comment.