We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3246e commit b96ec94Copy full SHA for b96ec94
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Release Electron app - MacOS
52
- uses: samuelmeuli/action-electron-builder@v1
+ uses: Yan-Jobs/action-electron-builder@v1.7.0
53
if: startsWith(matrix.os, 'macos')
54
with:
55
# GitHub token, automatically provided to the action
0 commit comments