From bac78f868ce5ea0979fa960ab7af880a7ac241ef Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 6 Aug 2023 23:30:17 +0200 Subject: [PATCH] fix(ci-cd): Use `files` argument --- .github/workflows/release-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-app.yaml b/.github/workflows/release-app.yaml index b6cf93a..83dcaac 100644 --- a/.github/workflows/release-app.yaml +++ b/.github/workflows/release-app.yaml @@ -42,4 +42,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: name: app - path: app/build/outputs/apk/release/*.apk \ No newline at end of file + files: app/build/outputs/apk/release/*.apk \ No newline at end of file