Skip to content

Commit ae2406c

Browse files
authored
second last fix
1 parent 0cca539 commit ae2406c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android CI
1+
name: Android
22

33
on:
44
push:
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- name: checkout source
16+
uses: actions/checkout@v3
1617
- name: set up JDK 11
1718
uses: actions/setup-java@v3
1819
with:
@@ -28,4 +29,5 @@ jobs:
2829
uses: actions/upload-artifact@v3
2930
with:
3031
name: build_files
31-
path: /build/*
32+
path: ./app/build/outputs/apk/release/*
33+

0 commit comments

Comments
 (0)