diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2bafad6..6529149 100644 --- a/.github/workflows/deploy.yml +++ b/.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