This commit is contained in:
Amarachi Omereife
2023-10-17 18:50:02 +01:00
parent 320a5984d3
commit f73848f25c

View File

@@ -14,7 +14,6 @@ on:
- "COPYING"
pull_request:
env:
CI: true
@@ -253,6 +252,18 @@ jobs:
with:
path: ./artifacts
name: artifacts
- name: create artifacts directory
run: mkdir artifacts
working-directory: ./
- uses: actions/download-artifact@v3
with:
path: artifacts
- name: Display structure of downloaded files
run: ls -R
working-directory: artifacts
- name: '📤 Upload artifact'
if: always()