Download the artifacts into current dir, that way it doesn't clash with dist.
This commit is contained in:
parent
e1dc1d2d48
commit
d0f10fced7
1 changed files with 4 additions and 3 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -112,9 +112,10 @@ jobs:
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
# with:
|
||||||
path: dist
|
# path: dist
|
||||||
- run: ls -al ./dist
|
# - run: ls -al ./dist
|
||||||
|
- run: ls -al bins-*
|
||||||
|
|
||||||
- name: Calculate tag name
|
- name: Calculate tag name
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue