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
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: dist
|
||||
- run: ls -al ./dist
|
||||
# with:
|
||||
# path: dist
|
||||
# - run: ls -al ./dist
|
||||
- run: ls -al bins-*
|
||||
|
||||
- name: Calculate tag name
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue