fix(actions): checkout repo during bundle-msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
6daa653ab3
commit
0df38008a1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -615,6 +615,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
vsversion: 2022
|
vsversion: 2022
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set short version
|
- name: Set short version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -640,7 +643,7 @@ jobs:
|
|||||||
- name: Create MSIXBundle
|
- name: Create MSIXBundle
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
makeappx.exe bundle /d ${{ env.BUNDLE_STAGING }} /p ${{ env.BUNDLE_STAGING}}\prismlauncher.msixbundle
|
makeappx.exe bundle /d ${{ env.BUNDLE_STAGING }} /p ${{ env.BUNDLE_STAGING }}\prismlauncher.msixbundle
|
||||||
|
|
||||||
- name: Fetch codesign certificate
|
- name: Fetch codesign certificate
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user