Skip to content

Commit

Permalink
list keystore location at final step of CI so I can fix properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 7, 2024
1 parent 52dad19 commit 849150f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
./gradlew assembleRelease
find . -name '*.apk'
ls -lah $HOME/keystores/android-release.keystore
ls -d $HOME
- name: Upload i2p-debug-${{ github.sha }}.apk
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
./gradlew assembleRelease
find . -name '*.apk'
ls -lah $HOME/keystores/android-release.keystore
ls -d $HOME
- name: Upload i2p-debug-${{ github.sha }}.apk
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 849150f

Please sign in to comment.