Skip to content

Commit

Permalink
move gradle config into a separate directory in order not to confuse …
Browse files Browse the repository at this point in the history
…android studio
  • Loading branch information
Denis Zhdanov committed Jan 2, 2025
1 parent 56c6e6b commit d78e774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:

- name: release paperwork
run: |
cd ci
./gradlew release-paperwork
cd ..
git push
- name: build apk
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts → ci/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

releasePaperwork {
projectVersionFile.set("pubspec.yaml")
projectVersionFile.set("../pubspec.yaml")
projectVersionRegex.set("version:\\s*([^\\s]+)")
}

0 comments on commit d78e774

Please sign in to comment.