Skip to content

Commit 8c1f973

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)