fix(actions): checkout repo during bundle-msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
6daa653ab3
commit
0df38008a1
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -615,6 +615,9 @@ jobs:
|
||||
with:
|
||||
vsversion: 2022
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set short version
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user