Skip to content

Commit f50ee00

Browse files
committed
v0.0.36
1 parent 8b275e7 commit f50ee00

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
- name: Install Node.js, NPM and Yarn
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
24-
25-
- name: Npm CI
26-
run: npm ci
23+
node-version: 18
2724

2825
- name: Prepare for app notarization
2926
if: startsWith(matrix.os, 'macos')
@@ -55,6 +52,7 @@ jobs:
5552
APPLE_API_KEY: ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
5653
APPLE_API_KEY_ID: ${{ secrets.api_key_id }}
5754
APPLE_API_ISSUER: ${{ secrets.api_key_issuer_id }}
55+
APPLE_API_KEY_ISSUER: ${{ secrets.api_key_issuer_id }}
5856
DEBUG: electron-notarize*
5957

6058
- name: Archive notorization logs

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nethlink",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"description": "Neth Connector app",
55
"main": "./out/main/main.js",
66
"license": "UNLICENSED",

0 commit comments

Comments
 (0)