Skip to content

Commit 2052f98

Browse files
committed
fixed android build and removed ios build
1 parent c3ac6fd commit 2052f98

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew clean assembleRelease
4141

4242
- name: Upload APK
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: android-apk
4646
path: composeApp/build/outputs/apk/release/*.apk

.github/workflows/ios.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)