This commit is contained in:
Amarachi Omereife
2023-10-18 20:40:01 +01:00
parent cc8b61d234
commit 9d50927cbc
2 changed files with 52 additions and 19 deletions

View File

@@ -544,22 +544,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
path: ./${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}
Download-artifact:
runs-on: ubuntu-latest
name: download artifact
steps:
- name: create artifact directory
run: mkdir artifact
working-directory: ./
- name: 'download artifact'
uses: actions/download-artifact@v3
with:
path: artifact
- name: Display structure of downloaded files
run: ls -R
working-directory: artifact
name: ${{ matrix.config.artifact }}