create artifacts folder
This commit is contained in:
parent
f9a1b49c2b
commit
dfdf7e7cd1
6
.github/workflows/attach-release.yml
vendored
6
.github/workflows/attach-release.yml
vendored
@ -12,10 +12,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user