From 18dc49a91b97c5e298607d17d0c8277b825b13c8 Mon Sep 17 00:00:00 2001 From: Mdumisi Kelvin Letsie Date: Wed, 6 Mar 2024 16:07:54 +0200 Subject: [PATCH] Download artifact test 2 --- .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 0bd82cac4..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