|
@@ -44,7 +44,7 @@ jobs:
|
|
|
sudo ./linux-install-1.10.1.763.sh
|
|
|
|
|
|
- name: Compile CLJS
|
|
|
- run: yarn install && gulp build && yarn cljs:release
|
|
|
+ run: yarn install --frozen-lockfile && gulp build && yarn cljs:release
|
|
|
|
|
|
- name: Update APP Version
|
|
|
run: |
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
|
|
|
|
|
|
- name: Build/Release Electron App
|
|
|
- run: yarn && yarn electron:make
|
|
|
+ run: yarn install --frozen-lockfile && yarn electron:make
|
|
|
working-directory: ./static
|
|
|
|
|
|
- name: Change Artifact Name
|
|
@@ -125,7 +125,7 @@ jobs:
|
|
|
node-version: 14
|
|
|
|
|
|
- name: Build/Release Electron app
|
|
|
- run: yarn && yarn electron:make
|
|
|
+ run: yarn install --frozen-lockfile && yarn electron:make
|
|
|
working-directory: ./static
|
|
|
|
|
|
- name: Change Artifact Name
|
|
@@ -177,7 +177,7 @@ jobs:
|
|
|
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
|
|
|
|
|
|
- name: Build/Release Electron App
|
|
|
- run: yarn && yarn electron:make
|
|
|
+ run: yarn install --frozen-lockfile && yarn electron:make
|
|
|
working-directory: ./static
|
|
|
|
|
|
- name: Change Artifact Name
|