Update .forgejo/workflows/release.yaml
This commit is contained in:
parent
a9199e0396
commit
3384660d41
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Decode keystore
|
||||
run: |
|
||||
echo "$RELEASE_KEY_B64" | base64 -d > release-key.jks
|
||||
echo "$RELEASE_KEY_B64" | base64 -d > app/release-key.jks
|
||||
env:
|
||||
RELEASE_KEY_B64: ${{ secrets.RELEASE_KEY_B64 }}
|
||||
|
||||
|
@ -56,5 +56,5 @@ jobs:
|
|||
|
||||
- name: Cleanup secrets
|
||||
run: |
|
||||
rm -f release-key.jks gradle.properties
|
||||
rm -f app/release-key.jks gradle.properties
|
||||
echo "🧹 Secrets cleaned up"
|
Loading…
Add table
Add a link
Reference in a new issue