This commit is contained in:
Amarachi Omereife
2023-10-17 15:06:16 +01:00
parent 3b0c6917dc
commit d70853b027
2 changed files with 7 additions and 27 deletions

View File

@@ -12,19 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v3
# - name: create artifacts directory
# run: mkdir artifacts
# working-directory: ./
- name: create artifacts directory
run: mkdir artifacts
working-directory: ./
- uses: actions/upload-artifact@v3
- uses: actions/download-artifact@v3
with:
name: my-artifact
path: ./artifacts
- name: Download MyArtifacts
uses: actions/download-artifact@v3
with:
path: ./artifacts
path: artifacts
- name: Display structure of downloaded files
run: ls -R
run: ls -R
working-directory: artifacts