Skip to content

Commit

Permalink
Remove build output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch committed Dec 22, 2024
1 parent 9701ede commit 328c6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,4 @@ jobs:
run: yarn install

- name: Build Android app
run: eas build --platform android --profile development --output ${{ github.workspace }}/app-release.apk

- name: Upload APK artifact
uses: actions/upload-artifact@v4
with:
name: app-release
path: ${{ github.workspace }}/app-release.apk
run: eas build --profile development --platform android --non-interactive
2 changes: 1 addition & 1 deletion .github/workflows/check-ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
yarn cache clean
- name: Build iOS app
run: eas build --profile development --platform ios --non-interactive --output ${{ github.workspace }}/app-release.ipa
run: eas build --profile development --platform ios --non-interactive

0 comments on commit 328c6f7

Please sign in to comment.