From 0e05ea4ceac31544c05950c3c4a86f37389be318 Mon Sep 17 00:00:00 2001 From: Amarachi Omereife Date: Tue, 17 Oct 2023 13:55:25 +0100 Subject: [PATCH] My Artifacts --- .github/workflows/attach-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/attach-release.yml b/.github/workflows/attach-release.yml index b81e4445..cc4c3e80 100644 --- a/.github/workflows/attach-release.yml +++ b/.github/workflows/attach-release.yml @@ -16,16 +16,16 @@ jobs: run: mkdir artifacts working-directory: ./ - - name: Upload MyArtifacts - uses: actions/upload-artifact@v3 - with: - path: ./artifacts - - name: Download MyArtifacts uses: actions/download-artifact@v3 with: path: ./artifacts + - name: Upload MyArtifacts + uses: actions/upload-artifact@v3 + with: + path: ./artifacts + - name: Display structure of downloaded files run: ls -R working-directory: artifacts \ No newline at end of file