Update android.yml
This commit is contained in:
parent
7b6e521b68
commit
643100a4f6
|
|
@ -25,7 +25,10 @@ jobs:
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
- name: GH Release
|
- name: Upload a Build Artifact
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
files: ./app/debug/tiebalite.apk
|
# Artifact name
|
||||||
|
name: TiebaLite # optional, default is artifact
|
||||||
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
|
path: ./app/biuld/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue