ci: remove --output flag, EAS remote builds store artifacts on expo.dev
Build Android APK / build (push) Failing after 17s
Build Android APK / build (push) Failing after 17s
This commit is contained in:
@@ -29,11 +29,4 @@ jobs:
|
|||||||
packager: npm
|
packager: npm
|
||||||
|
|
||||||
- name: Build Android APK
|
- name: Build Android APK
|
||||||
run: eas build --platform android --profile preview --non-interactive --output ./build/codexbar.apk
|
run: eas build --platform android --profile preview --non-interactive
|
||||||
|
|
||||||
- name: Upload APK artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: codexbar-android-${{ gitea.sha }}
|
|
||||||
path: ./build/codexbar.apk
|
|
||||||
retention-days: 30
|
|
||||||
|
|||||||
Reference in New Issue
Block a user