Commit 4c0049a 1 parent f5172ee commit 4c0049a Copy full SHA for 4c0049a
File tree 2 files changed +23
-16
lines changed
2 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
8
8
jobs :
9
- build :
9
+ macos :
10
10
runs-on : macos-13
11
11
steps :
12
12
- name : Checkout source code
24
24
- name : Upload build artifacts
25
25
uses : actions/upload-artifact@v3
26
26
with :
27
- name : macos-build
27
+ name : macos
28
28
path : /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/dmg
29
+
30
+ windows :
31
+ runs-on : windows-latest
32
+ steps :
33
+ - name : Checkout source code
34
+ uses : actions/checkout@v3
35
+
36
+ - name : Set up JDK 17
37
+ uses : actions/setup-java@v3
38
+ with :
39
+ distribution : ' zulu'
40
+ java-version : ' 17'
41
+
42
+ - name : Build the app
43
+ run : ./gradlew packageMsi
44
+
45
+ - name : Upload build artifacts
46
+ uses : actions/upload-artifact@v3
47
+ with :
48
+ name : windows
49
+ path : D:\a\AndroidTools\AndroidTools\composeApp\build\compose\binaries\main\msi\fr.thomasbernard03.androidtools-1.0.0.msi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments