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 a1c5c14 commit 161e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: NUXT
run: sed -i 's/dev-local/${{ inputs.versionNumber }}/' nuxt.config.js
- name: Set App Version in build.gradle
run: cd ..; cd android/app; sed -i 's/dev-local/${{ inputs.versionNumber }}/' build.gradle; cd NUXT;
run: cd ..; ls; 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 161e473

Please sign in to comment.