Skip to content

Commit

Permalink
Update canary_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk authored Jan 16, 2025
1 parent cb24d00 commit a1c5c14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/canary_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
working-directory: NUXT
run: sed -i 's/dev-local/${{ inputs.versionNumber }}/' nuxt.config.js
- name: Set App Version in build.gradle
working-directory: android/app
run: cd ..; cd android/app; sed -i 's/dev-local/${{ inputs.versionNumber }}/' build.gradle
run: cd ..; cd android/app; sed -i 's/dev-local/${{ inputs.versionNumber }}/' build.gradle; cd NUXT;
- name: Build web assets
working-directory: NUXT
run: npm run generate
Expand Down

0 comments on commit a1c5c14

Please sign in to comment.