mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:42:40 +02:00
Refactor gradle-publish.yml
This commit is contained in:
@@ -73,10 +73,10 @@ jobs:
|
|||||||
echo "$SIGN_KEY" | base64 -d > key.der
|
echo "$SIGN_KEY" | base64 -d > key.der
|
||||||
${{ env.APKSIGNER }} sign --key key.der --cert cert.der app-release-aligned.apk
|
${{ env.APKSIGNER }} sign --key key.der --cert cert.der app-release-aligned.apk
|
||||||
rm cert.der key.der
|
rm cert.der key.der
|
||||||
mv app-release-aligned.apk Radio.${{ env.VERSION_NAME }}-release.apk
|
mv app-release-aligned.apk Radio_${{ env.VERSION_NAME }}-release.apk
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Radio
|
name: Radio
|
||||||
path: Radio.${{ env.VERSION_NAME }}-release.apk
|
path: Radio_${{ env.VERSION_NAME }}-release.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user