@@ -39,15 +39,22 @@ jobs:
3939 - name : Upload artifact
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : IRIS-windows
42+ name : IRIS-windows.zip
4343 path : IRIS-windows.zip
4444 - name : Create installer
4545 run : iscc inno.iss
4646 - name : Upload installer
4747 uses : actions/upload-artifact@v4
4848 with :
49- name : IRIS-windows-installer
49+ name : IRIS-windows-installer.exe
5050 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 : Upload msix
54+ uses : actions/upload-artifact@v4
55+ with :
56+ name : IRIS-windows-store.msix
57+ path : build\windows\x64\runner\Release\IRIS-windows-store.msix
5158
5259 build-android :
5360 runs-on : ubuntu-latest
@@ -85,17 +92,17 @@ jobs:
8592 - name : Upload armeabi-v7a APK
8693 uses : actions/upload-artifact@v4
8794 with :
88- name : IRIS-android-armeabi-v7a
95+ name : IRIS-android-armeabi-v7a.apk
8996 path : IRIS-android-armeabi-v7a.apk
9097 - name : Upload arm64-v8a APK
9198 uses : actions/upload-artifact@v4
9299 with :
93- name : IRIS-android-arm64-v8a
100+ name : IRIS-android-arm64-v8a.apk
94101 path : IRIS-android-arm64-v8a.apk
95102 - name : Upload x86_64 APK
96103 uses : actions/upload-artifact@v4
97104 with :
98- name : IRIS-android-x86_64
105+ name : IRIS-android-x86_64.apk
99106 path : IRIS-android-x86_64.apk
100107
101108 release :
0 commit comments