Skip to content

Commit

Permalink
[CORE] Gradle Migration - Debug Artifact Dump
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 d080b9c commit 115d47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
- name: Clean and build
run: ./gradlew clean build

- name: List files in build/libs
run: ls -l /home/runner/work/ArmorStandEditor/build/libs

- name: Verify build
run: ./gradlew clean test

# 6. Upload Artifacts (Debug Purposes)
- name: List files in build/libs
run: ls -l /home/runner/work/ArmorStandEditor/ArmorStandEditor/build/libs

- name: Upload Artifact for Debugging
uses: actions/[email protected]
if: success() && matrix.java == '21'
Expand Down

0 comments on commit 115d47f

Please sign in to comment.