File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demo/iosApp/iosApp.xcodeproj Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
uses : gradle/actions/setup-gradle@v4
42
42
43
43
- name : Build the distribution with Gradle Wrapper
44
- run : ./gradlew :demo:sideBySideBrowserDistribution
44
+ run : ./gradlew :compose-multiplatform-html-unified- demo:sideBySideBrowserDistribution
45
45
46
46
- name : Upload artifact
47
47
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 175
175
);
176
176
runOnlyForDeploymentPostprocessing = 0;
177
177
shellPath = /bin/sh;
178
- shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/../..\"\n./gradlew :demo:embedAndSignAppleFrameworkForXcode\n";
178
+ shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/../..\"\n./gradlew :compose-multiplatform-html-unified- demo:embedAndSignAppleFrameworkForXcode\n";
179
179
};
180
180
/* End PBXShellScriptBuildPhase section */
181
181
You can’t perform that action at this time.
0 commit comments