Skip to content

Commit

Permalink
clean up ref
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Jan 14, 2025
1 parent 497ad5a commit 7eb7ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ad-hoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.GT_DAXMOBILE }}
ref: feature/cris/
ref: ${{ github.event.inputs.ref }}

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Assemble release APK
run: ./gradlew assembleInternalDebug -Pauth -Pforce-default-variant
run: ./gradlew assemblePlayRelease -Pforce-default-variant

- name: Move APK to new folder
run: find . -name "*.apk" -exec mv '{}' apk/release.apk \;
Expand Down

0 comments on commit 7eb7ea7

Please sign in to comment.