File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,23 @@ jobs:
41
41
with :
42
42
name : IRIS-windows.zip
43
43
path : IRIS-windows.zip
44
+ - name : Remove updater
45
+ run : Remove-Item -Path build\windows\x64\runner\Release\iris-updater.bat -Force
44
46
- name : Create installer
45
47
run : iscc inno.iss
46
48
- name : Upload installer
47
49
uses : actions/upload-artifact@v4
48
50
with :
49
51
name : IRIS-windows-installer.exe
50
52
path : build\windows\x64\runner\Release\IRIS-windows-installer.exe
51
- - name : Create store msix
52
- run : dart run msix:create --store true --output-name IRIS-windows-store
53
+ - name : Clean up
54
+ run : Remove-Item -Path build\windows\x64\runner\Release\ -Recurse -Force
55
+ - name : Build store msix
56
+ run : dart run msix:build --store true
57
+ - name : Remove updater
58
+ run : Remove-Item -Path build\windows\x64\runner\Release\iris-updater.bat -Force
59
+ - name : Pack store msix
60
+ run : dart run msix:pack --store true --output-name IRIS-windows-store
53
61
- name : Upload msix
54
62
uses : actions/upload-artifact@v4
55
63
with :
You can’t perform that action at this time.
0 commit comments