Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 4872ad2

Browse files
committed
fix: remove local flag from eas build command in workflow
1 parent 14ee720 commit 4872ad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
token: ${{ secrets.EXPO_TOKEN }}
4747

4848
- name: 🚀 Build app
49-
run: eas build --platform android --profile production --local --output ${{ github.workspace }}/app-release.apk
49+
# run: eas build --platform android --profile production --local --output ${{ github.workspace }}/app-release.apk
50+
run: eas build --platform android --profile production --output ${{ github.workspace }}/app-release.apk
5051

5152
- name: GH Release
5253
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)