Skip to content

Commit 431bcc0

Browse files
committed
Fix Build
1 parent b5028f8 commit 431bcc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: "Update Version"
3535
uses: chkfung/[email protected]
3636
with:
37-
gradlePath: app/build.gradle # or app/build.gradle.kts
37+
gradlePath: app/build.gradle.kts
3838
versionCode: ${{ github.run_number }}
3939
versionName: ${{ github.ref_name }}
4040

4141
- name: "Debug Version"
4242
if: ${{ !github.event.act }}
4343
continue-on-error: true
4444
run: |
45-
cat "app/build.gradle"
45+
cat "app/build.gradle.kts"
4646
4747
- name: "Setup Java"
4848
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)