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
|
- name: Decode keystore
|
||||||
run: |
|
run: |
|
||||||
echo "$RELEASE_KEY_B64" | base64 -d > release-key.jks
|
echo "$RELEASE_KEY_B64" | base64 -d > app/release-key.jks
|
||||||
env:
|
env:
|
||||||
RELEASE_KEY_B64: ${{ secrets.RELEASE_KEY_B64 }}
|
RELEASE_KEY_B64: ${{ secrets.RELEASE_KEY_B64 }}
|
||||||
|
|
||||||
|
@ -56,5 +56,5 @@ jobs:
|
||||||
|
|
||||||
- name: Cleanup secrets
|
- name: Cleanup secrets
|
||||||
run: |
|
run: |
|
||||||
rm -f release-key.jks gradle.properties
|
rm -f app/release-key.jks gradle.properties
|
||||||
echo "🧹 Secrets cleaned up"
|
echo "🧹 Secrets cleaned up"
|
Loading…
Add table
Add a link
Reference in a new issue