Skip to content

Commit

Permalink
chore: force use a newer version of electron builder to fix macos CI …
Browse files Browse the repository at this point in the history
…builds
  • Loading branch information
Alex Van Camp committed Nov 16, 2022
1 parent 26ee05e commit 2d72cd0
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 365 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
draft: true
build-windows-installer:
name: Build Windows Installer
Expand Down Expand Up @@ -78,10 +78,6 @@ jobs:
needs: create-release
continue-on-error: true
steps:
# For some reason we need to manually install Python as of like mid-November 2022.
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "^23.0.3"
},
"license": "MIT",
"lint-staged": {
"*.{js,css,json,md,scss}": [
Expand Down
Loading

0 comments on commit 2d72cd0

Please sign in to comment.