create artifacts folder
This commit is contained in:
4
.github/workflows/attach-release.yml
vendored
4
.github/workflows/attach-release.yml
vendored
@@ -12,6 +12,10 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user