Skip to content

Commit

Permalink
Change provider to fix deprecated node-version
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Avikainen <54018488+jariavikainen@users.noreply.github.com>
  • Loading branch information
jariavikainen committed Jun 8, 2023
1 parent 032aba7 commit d3edc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CSC_LINK: ${{ secrets.CSC_LINK }}
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
uses: samuelmeuli/action-electron-builder@v1
uses: coparse-inc/action-electron-builder@v1.0.0
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down

0 comments on commit d3edc8d

Please sign in to comment.