Skip to content

Commit

Permalink
test androidGitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
anr2me authored Mar 24, 2024
1 parent 73fca42 commit 5d238ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/manual_generate_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
submodules: recursive

- name: Create a dummy tag (androidGitVersion need at least one tag to exist)
run: |
git tag dummy
./gradle --quiet androidGitVersion
run: git tag dummy

- name: Setup JDK
uses: actions/setup-java@v2
Expand All @@ -45,6 +43,9 @@ jobs:
# uses: nttld/setup-ndk@v1
# with:
# ndk-version: r21e

- name: Test androidGitVersion
run: gradle --quiet androidGitVersion

- name: Assemble APK
run: bash ./gradlew assemble${{ github.event.inputs.buildVariant }} --stacktrace --info
Expand Down

0 comments on commit 5d238ad

Please sign in to comment.