We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f448008 commit 9c501fbCopy full SHA for 9c501fb
1 file changed
.github/workflows/uploadRelease.yml
@@ -11,6 +11,10 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
14
+ - name: Set up PATH
15
+ run: |
16
+ echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
17
+
18
- name: Set up JDK 17
19
uses: actions/setup-java@v4
20
with:
0 commit comments