From 95ae7a1470144062316198f154f866bf6a4d99e4 Mon Sep 17 00:00:00 2001 From: Mdumisi Kelvin Letsie Date: Wed, 6 Mar 2024 16:24:28 +0200 Subject: [PATCH] Set artifact download path to default path --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 326592331..00c3645ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,4 @@ jobs: path: build/libs - name: Download artifact from build job - uses: actions/download-artifact@v4 - with: - path: ./.github/artifacts \ No newline at end of file + uses: actions/download-artifact@v4 \ No newline at end of file