Commit ace0180 1 parent c873ab1 commit ace0180 Copy full SHA for ace0180
File tree 1 file changed +3
-23
lines changed
1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
build :
14
- runs-on : ${{ matrix.os }}
15
- strategy :
16
- matrix :
17
- os : [macos-latest, windows-latest]
14
+ runs-on : macos-13
18
15
steps :
19
16
- name : Checkout source code
20
17
uses : actions/checkout@v3
@@ -25,28 +22,11 @@ jobs:
25
22
distribution : ' zulu'
26
23
java-version : ' 17'
27
24
28
- - name : Set up Gradle (Windows)
29
- if : matrix.os == 'windows-latest'
30
- uses : gradle/gradle-build-action@v2
31
-
32
- - name : Build the app (macOS)
33
- if : matrix.os == 'macos-latest'
25
+ - name : Build the app
34
26
run : ./gradlew packageDmg
35
27
36
- - name : Build the app (Windows)
37
- if : matrix.os == 'windows-latest'
38
- run : ./gradlew packageMsi
39
-
40
- - name : Upload build artifacts (macOS)
41
- if : matrix.os == 'macos-latest'
28
+ - name : Upload build artifacts
42
29
uses : actions/upload-artifact@v3
43
30
with :
44
31
name : macos-build
45
32
path : /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/dmg
46
-
47
- - name : Upload build artifacts (Windows)
48
- if : matrix.os == 'windows-latest'
49
- uses : actions/upload-artifact@v3
50
- with :
51
- name : windows-build
52
- path : /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/
You can’t perform that action at this time.
0 commit comments