Skip to content

Commit

Permalink
[CORE] Gradle Migration - Remove Debug from Pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Jan 4, 2025
1 parent 1742a88 commit 9612326
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:

# 5. Create a Clean Package - and Verify it
- name: Clean and build
run: ./gradlew clean build --info

- name: List files in build dir
run: ls -lR /home/runner/work/ArmorStandEditor/ArmorStandEditor/build/
run: ./gradlew clean build

# 6. Upload Artifacts (Debug Purposes)
- name: Upload Artifact for Debugging
Expand Down

0 comments on commit 9612326

Please sign in to comment.