Make windows build parallel to others
This commit is contained in:
parent
d2d87e561c
commit
fc92d572a5
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue