diff --git a/.github/workflows/android-ea-play-release.yml b/.github/workflows/android-ea-play-release.yml index ecf61fb49..9635cf070 100644 --- a/.github/workflows/android-ea-play-release.yml +++ b/.github/workflows/android-ea-play-release.yml @@ -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/ \ No newline at end of file + path: artifacts/