Skip to content

Commit a007e1c

Browse files
committed
build: debug gradle home
1 parent 8c1f973 commit a007e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: 'temurin'
1919
- name: Load keystore
2020
run: |
21-
ls -alsh ~/.gradle && \
21+
echo $GRADLE_USER_HOME && \
2222
mkdir -p ~/.gradle && \
2323
echo "${{ secrets.KEYSTORE_FILE_CONTENTS }}" | base64 -d > ~/.gradle/keystore && \
2424
cat <<EOL > ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)