Move to correct step
This commit is contained in:
@@ -111,6 +111,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install and configure eSigner CKA
|
- name: Install and configure eSigner CKA
|
||||||
if: inputs.sign
|
if: inputs.sign
|
||||||
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Set-StrictMode -Version 'Latest'
|
Set-StrictMode -Version 'Latest'
|
||||||
|
|
||||||
@@ -156,7 +157,6 @@ jobs:
|
|||||||
- run: yarn run build:res
|
- run: yarn run build:res
|
||||||
|
|
||||||
- name: Build App
|
- name: Build App
|
||||||
shell: powershell
|
|
||||||
run: |
|
run: |
|
||||||
yarn electron-builder --publish never -w ${{ steps.config.outputs.build-args }}
|
yarn electron-builder --publish never -w ${{ steps.config.outputs.build-args }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user