create artifacts folder
This commit is contained in:
6
.github/workflows/attach-release.yml
vendored
6
.github/workflows/attach-release.yml
vendored
@@ -12,10 +12,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: create artifacts directory
|
||||||
|
run: mkdir artifacts
|
||||||
|
working-directory: ./
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
working-directory: artifacts
|
working-directory: artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user