Skip to content

Commit

Permalink
Might have fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Jun 18, 2022
1 parent f8f3333 commit 6754a5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 417 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Release Mac
if: startsWith(matrix.os, 'macos')
run: "yarn run electron-builder -m --publish always"
run: "yarn run ./node_modules/.bin/electron-builder -m --publish always"
env:
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"mocha": "^8.3.2",
"moment": "^2.27.0",
"node-abi": "^2.19.3",
"node-gyp": "^9.0.0",
"node-gyp": "7.1.2",
"normalize-url": "4",
"npm-version": "^1.1.0",
"parcel": "^2.0.0-beta.2",
Expand Down
Loading

0 comments on commit 6754a5d

Please sign in to comment.