From 4ce2d662ef00fe445649cde90d11e80d29efa467 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Mon, 22 May 2023 22:12:31 +0200 Subject: [PATCH] Fix apk upload --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33ffb72..fed96cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,9 +143,9 @@ jobs: with: name: plugin - uses: actions/download-artifact@v3 - name: Download Plugin + name: Download Android App with: - name: plugin + name: android-app - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')