mirror of https://github.com/helix-editor/helix
Download the artifacts into current dir, that way it doesn't clash with dist.
parent
e1dc1d2d48
commit
d0f10fced7
|
@ -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…
Reference in New Issue