`Update android-ea-play-release.yml`

pull/29/head
cvnertnc 2 years ago committed by GitHub
parent 9a9f1ef9e9
commit 7f6400f0e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y ccache apksigner glslang-dev glslang-tools
- name: Build
run: ./.ci/scripts/android/eaReleasebuild.sh
run: ./.ci/scripts/android/build.sh
- name: Copy and sign artifacts
env:
EA_PLAY_ANDROID_KEYSTORE_B64: ${{ secrets.PLAY_ANDROID_KEYSTORE_B64 }}
@ -51,9 +51,9 @@ jobs:
STORE_TRACK: ${{ github.event.inputs.release-track }}
AUTO_VERSIONED: true
BUILD_EA: true
run: ./.ci/scripts/android/eaupload.sh
run: ./.ci/scripts/android/upload.sh
- name: Upload
uses: actions/upload-artifact@v4
with:
name: earelease
path: artifacts/
path: artifacts/

Loading…
Cancel
Save