Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk authored Jan 13, 2025
1 parent 4097e97 commit d309ecf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Set App Version
working-directory: NUXT
run: sed -i 's/dev-local/${{ github.sha }}/' nuxt.config.js
- name: Set App Version in build.gradle
working-directory: android/app
run: sed -i 's/dev-local/${{ inputs.versionNumber }}/' build.gradle
- name: Build web assets
working-directory: NUXT
run: npm run generate
Expand Down Expand Up @@ -93,7 +96,7 @@ jobs:
- name: Set up XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 16.1.0
- name: Add `GoogleService-Info.plist`
run: echo "${{ env.GOOGLE_SERVICE_INFO_PLIST }}" > ios/App/App/GoogleService-Info.plist
- name: Build and archive with xcodebuild
Expand Down

0 comments on commit d309ecf

Please sign in to comment.