chore: build

This commit is contained in:
Xor290
2026-08-04 22:07:42 +02:00
parent cf1e5179a9
commit d401c50b0a
2 changed files with 3 additions and 1 deletions
@@ -34,6 +34,7 @@ jobs:
- name: Install EAS CLI & tooling
run: |
rm -rf "$(npm root -g)/eas-cli" "$(npm root -g)"/.eas-cli-*
npm install -g eas-cli
pip install -r scripts/requirements.txt awscli --quiet
@@ -87,7 +88,7 @@ jobs:
run: python scripts/eas_cache.py save --app omnex-plateform-app
- name: Rename & upload APK to RustFS
working-directory: omnex-plateform-client
working-directory: omnex-plateform-app
env:
AWS_ACCESS_KEY_ID: ${{ secrets.RUSTFS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.RUSTFS_SECRET_KEY }}
@@ -34,6 +34,7 @@ jobs:
- name: Install EAS CLI & tooling
run: |
rm -rf "$(npm root -g)/eas-cli" "$(npm root -g)"/.eas-cli-*
npm install -g eas-cli
pip install -r scripts/requirements.txt awscli --quiet