Skip to content

Commit

Permalink
chore: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 29, 2024
1 parent f5f27a2 commit 339b450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build by eject eas and not remove debug signing key for apk
run: pnpm exec expo prebuild -p android --clean

# TODO: https://github.com/tiddly-gittly/TidGi-Mobile/issues/6
# Don't need this, because we already remove expo-application that blocks f-droid https://github.com/tiddly-gittly/TidGi-Mobile/issues/6
# - name: Remove prorietary bits (for fix f-droid)
# run: npx zx scripts/fit-f-droid.mjs

Expand Down
16 changes: 3 additions & 13 deletions .github/workflows/build-ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,10 @@ jobs:
pnpm run build:plugin
pnpm run build:preload
- name: 🏗 Setup Expo and EAS
uses: expo/expo-github-action@v7
with:
token: ${{ secrets.EXPO_TOKEN }}
expo-version: latest
eas-version: latest

- name: 👷 Build app
- name: Build by eject eas
run: |
eas build --local \
--non-interactive \
--output=./app-build \
--platform=ios \
--profile=preview
pnpm exec expo prebuild -p ios --clean
npx pod-install
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 339b450

Please sign in to comment.