Skip to content

Commit

Permalink
v0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
therockerline committed Apr 19, 2024
1 parent 8b275e7 commit f50ee00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18

- name: Npm CI
run: npm ci
node-version: 18

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

- name: Archive notorization logs
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nethlink",
"version": "0.0.35",
"version": "0.0.36",
"description": "Neth Connector app",
"main": "./out/main/main.js",
"license": "UNLICENSED",
Expand Down

0 comments on commit f50ee00

Please sign in to comment.