Skip to content

Commit

Permalink
fix: action version 16 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko authored Aug 20, 2024
1 parent bc4bc8b commit 202855a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
with:
node-version: 16

- name: Electron Builder Action(Using Node 20)
uses: vingeraycn/action-electron-builder@v1.0.1
- name: Electron Builder Action (node16)
uses: gugiserman/action-electron-builder@v1.6.1-node16

with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down

0 comments on commit 202855a

Please sign in to comment.