Skip to content

Commit

Permalink
Sepcify path for downloading dist artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 30, 2021
1 parent a82d289 commit 9220703
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -290,9 +290,14 @@ jobs:
- name: Login
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- uses: actions/download-artifact@v2
- name: Download disctributions
uses: actions/download-artifact@v2
with:
name: dist
path: dist
- name: Collected dists
run: |
tree dist
- name: Make Release
uses: aio-libs/create-release@v1.2.2
with:
Expand Down

0 comments on commit 9220703

Please sign in to comment.