refactor yaml

This commit is contained in:
Amarachi Omereife
2023-10-17 19:16:15 +01:00
parent f73848f25c
commit 3c2fdb2e42

View File

@@ -253,17 +253,18 @@ jobs:
path: ./artifacts path: ./artifacts
name: artifacts name: artifacts
- name: create artifacts directory - name: create artifact directory
run: mkdir artifacts run: mkdir artifact
working-directory: ./ working-directory: ./
- uses: actions/download-artifact@v3 - name: 'download artifact'
uses: actions/download-artifact@v3
with: with:
path: artifacts path: artifact
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R
working-directory: artifacts working-directory: artifact
- name: '📤 Upload artifact' - name: '📤 Upload artifact'
if: always() if: always()