Update android.yml
This commit is contained in:
parent
7b6e521b68
commit
643100a4f6
|
|
@ -25,7 +25,10 @@ jobs:
|
|||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: GH Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
files: ./app/debug/tiebalite.apk
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
# 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