refactor yaml

This commit is contained in:
Amarachi Omereife 2023-10-17 19:16:15 +01:00
parent f73848f25c
commit 3c2fdb2e42
1 changed files with 6 additions and 5 deletions

View File

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