From 0eb3e3d38ce4b0b69bec6c684aae437c6a132623 Mon Sep 17 00:00:00 2001 From: Arc-E-Tect Date: Mon, 22 Jul 2024 01:19:48 +0200 Subject: [PATCH] fix: set the path for the download action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ae9730..004dd73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -181,6 +181,7 @@ jobs: uses: actions/download-artifact@v4 with: name: updated-build-gradle + path: app/ - name: Download updated test.adoc uses: actions/download-artifact@v4