Skip to content

Commit

Permalink
build only release binary on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Sep 7, 2022
1 parent 83d18c4 commit 20283c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build KMM Module
run: ./gradlew appioscombined:assembleXCFramework
run: ./gradlew appioscombined:assembleAppioscombinedReleaseXCFramework
- name: Upload xcframework artifact
uses: actions/upload-artifact@v3
with:
name: appioscombined.xcframework
path: app-ios-combined/build/XCFrameworks/debug/appioscombined.xcframework/
path: app-ios-combined/build/XCFrameworks/release/appioscombined.xcframework/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
Expand Down

0 comments on commit 20283c4

Please sign in to comment.