Skip to content

Commit 0a0b4a6

Browse files
authored
Update build_starc_MSIX.yml
1 parent 692d33b commit 0a0b4a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_starc_MSIX.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,16 @@ jobs:
6161
cd build/windows
6262
./make-exe_64.sh ${{env.APP_VERSION}}
6363
64+
- name: check manifest
65+
shell: pwsh
66+
run: Add-AppxPackage -Register build\windows\files_64\AppxManifest.xml
67+
6468
- name: make MSIX package
6569
shell: cmd
6670
run: |
6771
copy AppxManifest.xml build/windows/files_64
68-
MakeAppx pack /d build/windows/files_64 /p build/windows/starc-package.msix
72+
cd build/windows/files_64
73+
MakeAppx pack /d . /p starc-package.msix
6974
7075
- name: Collect MSIX package
7176
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)