Skip to content

Commit 9c501fb

Browse files
committed
🔨 d8
1 parent f448008 commit 9c501fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/uploadRelease.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- name: Set up PATH
15+
run: |
16+
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
17+
1418
- name: Set up JDK 17
1519
uses: actions/setup-java@v4
1620
with:

0 commit comments

Comments
 (0)