Skip to content

Commit

Permalink
Test (v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent ac54aae commit 89765e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,4 @@ jobs:
# Step 3: Build Artifacts
- name: Build Artifacts And Publish
run: |
./gradlew buildAllPlatformsAndPublish --info --stacktrace --scan -Dorg.gradle.internal.http.debug=true
- name: Upload Problems Report
if: failure() # Only upload if the build fails
uses: actions/upload-artifact@v3
with:
name: problems-report
path: build/reports/problems/problems-report.html
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ signing {
tasks.register("buildAllPlatformsAndPublish") {
dependsOn(
"clean",
"assemble",
"assembleRelease",
//":shared:linkReleaseFrameworkIosArm64",
":shared:publishToMavenCentral"
)
Expand Down

0 comments on commit 89765e4

Please sign in to comment.