mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
do uploads
This commit is contained in:
parent
a6627e92bd
commit
e75ea5bcf8
1 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,12 @@ jobs:
|
|||
command: |
|
||||
cd ~/MBHaxe
|
||||
sudo apt install apksigner
|
||||
apksigner.bat sign --ks ~/MBHaxe/keystore Export/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
echo $RELEASE_STORE_PASSWORD | apksigner sign --ks ~/MBHaxe/keystore Export/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
|
||||
- run:
|
||||
name: Upload to Artifact Storage
|
||||
command: |
|
||||
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/Export/android/app/build/outputs/apk/release/app-release-unsigned.apk $REMOTEDIR/MBHaxe-Gold.apk
|
||||
|
||||
|
||||
# Invoke jobs via workflows
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue