Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Sep 1, 2023
1 parent ad1b0ab commit 3151ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_release_self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: timheuer/base64-to-file@v1
with:
fileName: 'release.keystore'
fileDir: '/home/runner/work/ssp-key/ssp-key/android/app/'
fileDir: '/home/user/actions-runner/_work/ssp-key/ssp-key/android/app/'
encodedString: ${{ secrets.ANDROID_SIGNING_KEY }}
- name: Build Android APK Release
run: |
Expand Down

0 comments on commit 3151ede

Please sign in to comment.