Make windows build parallel to others

This commit is contained in:
Inex Code 2020-10-09 17:31:41 +03:00 committed by GitHub
parent d2d87e561c
commit fc92d572a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: FurryChat.apk
name: FurryChat-Android
path: build/app/outputs/apk/release/app-release.apk
build-linux:
@ -159,7 +159,7 @@ jobs:
build-windows:
runs-on: windows-latest
needs: [analyze, build-android-apk, build-linux]
needs: analyze
steps:
- uses: actions/checkout@v2