File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,38 +100,8 @@ jobs:
100100 name : windows
101101 path : linkdqueue-windows.zip
102102
103- build-android :
104- runs-on : ubuntu-latest
105- steps :
106- - uses : actions/checkout@v4
107-
108- - uses : actions/setup-java@v4
109- with :
110- distribution : temurin
111- java-version : ' 17'
112-
113- - uses : subosito/flutter-action@v2
114- with :
115- flutter-version : ' 3.41.6'
116- channel : stable
117- cache : true
118-
119- - name : Install dependencies
120- run : flutter pub get
121-
122- - name : Build Android APK
123- run : flutter build apk --release
124-
125- - name : Rename APK
126- run : mv build/app/outputs/flutter-apk/app-release.apk linkdqueue-android.apk
127-
128- - uses : actions/upload-artifact@v4
129- with :
130- name : android
131- path : linkdqueue-android.apk
132-
133103 release :
134- needs : [build-macos, build-linux, build-windows, build-android ]
104+ needs : [build-macos, build-linux, build-windows]
135105 runs-on : ubuntu-latest
136106 steps :
137107 - uses : actions/download-artifact@v4
@@ -145,5 +115,4 @@ jobs:
145115 artifacts/macos/linkdqueue-macos.zip
146116 artifacts/linux/linkdqueue-linux.tar.gz
147117 artifacts/windows/linkdqueue-windows.zip
148- artifacts/android/linkdqueue-android.apk
149118 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments