Skip to content

Commit

Permalink
build: fix github workflow 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Jul 2, 2024
1 parent 42751e7 commit 29c83ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Modify applicationId
run: find ./ -type f -exec sed -i -e 's/com.msob7y.namida/com.msob7y.namida.snapshot/g' {} \;

- name: Remove SigningConfig (to sign later)
run: sed -i '/signingConfig signingConfigs.release/d' android/app/build.gradle

- name: Extract version from pubspec.yaml
id: extract_version
run: |
Expand Down

0 comments on commit 29c83ea

Please sign in to comment.