second last fix
This commit is contained in:
parent
0cca539566
commit
ae2406c040
1 changed files with 5 additions and 3 deletions
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Android CI
|
name: Android
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -12,7 +12,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: checkout source
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
@ -28,4 +29,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build_files
|
name: build_files
|
||||||
path: /build/*
|
path: ./app/build/outputs/apk/release/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue