diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f726eaf..c9139d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,9 @@ jobs: - name: release paperwork run: | + cd ci ./gradlew release-paperwork + cd .. git push - name: build apk diff --git a/build.gradle.kts b/ci/build.gradle.kts similarity index 77% rename from build.gradle.kts rename to ci/build.gradle.kts index 858e63d..83d74c5 100644 --- a/build.gradle.kts +++ b/ci/build.gradle.kts @@ -3,6 +3,6 @@ plugins { } releasePaperwork { - projectVersionFile.set("pubspec.yaml") + projectVersionFile.set("../pubspec.yaml") projectVersionRegex.set("version:\\s*([^\\s]+)") } \ No newline at end of file