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 bcaabd4 commit daa336b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,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 daa336b

Please sign in to comment.