Skip to content

Commit

Permalink
Fix create jar task
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schubert committed Sep 1, 2024
1 parent 098b156 commit fb0652f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: apk
path: android/build/outputs/apk/release/android-release-unsigned-signed.apk
- name: Build cli JAR
run: bash ./gradlew :cli:buildJar
run: bash ./gradlew :cli:createJar
- name: Upload cli JAR
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit fb0652f

Please sign in to comment.