Skip to content

Commit 671c441

Browse files
committed
add github action
1 parent 94c9d2c commit 671c441

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Android CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:
@@ -32,5 +32,5 @@ jobs:
3232
- name: Upload APK
3333
uses: actions/upload-artifact@v2
3434
with:
35-
name: dowork-debug
35+
name: WeBlog-debug
3636
path: app/build/outputs/apk/debug/*.apk

0 commit comments

Comments
 (0)