From 84c0d2cb5cf925ef006ddeeb1eb68f06363f593d Mon Sep 17 00:00:00 2001 From: Virt <41426325+VirtCode@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:55:55 +0100 Subject: [PATCH] Fix CI more --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8accd20..d513dd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: run: ./gradlew assembleRelease - name: Store build Artifact - uses: action/upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: release-${{ github.ref_name }} path: app/build/outputs/apk/release/app-release.apk