Download the artifacts into current dir, that way it doesn't clash with dist.

This commit is contained in:
Blaž Hrastnik 2021-05-11 22:42:50 +09:00
parent e1dc1d2d48
commit d0f10fced7

View file

@ -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: |