Update android.yml
This commit is contained in:
parent
7d284bb05f
commit
3d3a0720e8
|
|
@ -24,10 +24,6 @@ jobs:
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
- name: Download a Build Artifact
|
|
||||||
uses: actions/download-artifact@v3.0.2
|
- name: GH Release
|
||||||
with:
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
# Artifact name
|
|
||||||
name: tiebalite.apk
|
|
||||||
# Destination path
|
|
||||||
path: ./app/build/outputs/apk/
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue