Skip to content

Commit

Permalink
10.08
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent d41d26e commit d14da35
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,44 +64,44 @@ jobs:
run: |
npm run ship -- --mac --universal
build-windows:
runs-on: windows-latest
# build-windows:
# runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
# steps:
# - name: Checkout code
# uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.14.0'
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: '18.14.0'

- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: Build the artifacts and upload them on Github
env:
GH_TOKEN: ${{ github.token }}
run: |
npm run ship -- --windows
# - name: Build the artifacts and upload them on Github
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# npm run ship -- --windows

build-linux:
runs-on: ubuntu-latest
# build-linux:
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
# steps:
# - name: Checkout code
# uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.14.0'
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: '18.14.0'

- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: Build the artifacts and upload them on Github
env:
GH_TOKEN: ${{ github.token }}
run: |
npm run ship -- --linux
# - name: Build the artifacts and upload them on Github
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# npm run ship -- --linux
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"LICENSE"
],
"mac": {
"notarize": false,
"hardenedRuntime": true,
"gatekeeperAssess": false,
"icon": "asset/icons/mac/AppIcon.icns",
Expand Down

0 comments on commit d14da35

Please sign in to comment.