Skip to content

Commit

Permalink
FIX: Build Workflow (#1643)
Browse files Browse the repository at this point in the history
* Update package.json

* Update electron.yaml
  • Loading branch information
NeoPlays authored Jan 23, 2024
1 parent 044b130 commit 1250ff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }}
TEAM_SHORT_NAME: ${{ secrets.team_short_name }}
APP_ID: "com.stereum.launcher"
TEAM_ID: ${{ secrets.team_id }}
if: ${{ !contains(github.event.head_commit.message, '[NOCI]') }}

- name: Verify Signing using Signtool on windows-latest
Expand Down
4 changes: 2 additions & 2 deletions launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@sapien99/vue-cli-plugin-electron-builder-notarize": "^1.0.2",
"@sapien99/vue-cli-plugin-electron-builder-notarize": "^1.1.0",
"@vue-hero-icons/outline": "^1.7.2",
"@vue-hero-icons/solid": "^1.7.2",
"@vue/cli": "^5.0.8",
Expand Down Expand Up @@ -89,4 +89,4 @@
"type": "git",
"url": "git@github.com:stereum-dev/ethereum-node.git"
}
}
}

0 comments on commit 1250ff8

Please sign in to comment.