No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/deploy.yml
|
|
@ -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 |
|
|
|