From f73848f25cdf9f73caf4ad3351db2077d21aa1fd Mon Sep 17 00:00:00 2001 From: Amarachi Omereife Date: Tue, 17 Oct 2023 18:50:02 +0100 Subject: [PATCH] build --- .github/workflows/build-uc2.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index 24de29ef..bcf01e28 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -14,7 +14,6 @@ on: - "COPYING" pull_request: - env: CI: true @@ -253,6 +252,18 @@ jobs: with: path: ./artifacts name: artifacts + + - name: create artifacts directory + run: mkdir artifacts + working-directory: ./ + + - uses: actions/download-artifact@v3 + with: + path: artifacts + + - name: Display structure of downloaded files + run: ls -R + working-directory: artifacts - name: '📤 Upload artifact' if: always()