Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent 92aa568 commit 3e712f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ jobs:
- name: Build Artifacts And Publish
run: |
export GRADLE_OPTS="-Dorg.gradle.internal.http.debug=true"
./gradlew buildAllPlatformsAndPublish --info --stacktrace --scan
./gradlew buildAllPlatformsAndPublish --info --stacktrace --scan
- 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

0 comments on commit 3e712f8

Please sign in to comment.