fix(actions): checkout repo during bundle-msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
b3a57c7410
commit
b6afccf261
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -612,6 +612,9 @@ jobs:
|
||||
with:
|
||||
vsversion: 2022
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set short version
|
||||
shell: bash
|
||||
run: |
|
||||
@ -637,7 +640,7 @@ jobs:
|
||||
- name: Create MSIXBundle
|
||||
shell: pwsh
|
||||
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
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user