chore: build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user