Skip to content

Commit

Permalink
Merge pull request #193 from yssk22/develop
Browse files Browse the repository at this point in the history
[workflow] fix typo.
  • Loading branch information
yssk22 authored Dec 23, 2024
2 parents be8c6c1 + 70f7ade commit ca006c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- run: cd expo && rm ./config/${{ matrix.target }}/.gitignore
- run: cd expo && yarn install
- run: cd expo && envsubst < ./.env > ./.env.local
with:
env:
APP_CHECK_DEBUG_TOKEN: ${{ secrets.APP_CHECK_DEBUG_TOKEN }}
GRAPHQL_ENDPOINT: ${{ secrets.GRAPHQL_ENDPOINT }}
- run: cd expo && ./scripts/eas.sh build --profile ${{ matrix.target }} --platform android --local --output ./build/hpapp-${{ matrix.target }}.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eas-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: cd expo && rm ./config/${{ matrix.target }}/.gitignore
- run: cd expo && yarn install
- run: cd expo && envsubst < ./.env > ./.env.local
with:
env:
APP_CHECK_DEBUG_TOKEN: ${{ secrets.APP_CHECK_DEBUG_TOKEN }}
GRAPHQL_ENDPOINT: ${{ secrets.GRAPHQL_ENDPOINT }}
- run: cd expo && ./scripts/eas.sh build --profile ${{ matrix.target }} --platform ios --non-interactive --local --output ./build/hpapp-${{ matrix.target }}.ipa
Expand Down

0 comments on commit ca006c9

Please sign in to comment.