Skip to content

Commit

Permalink
ci: upload/download lib artifacts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 4, 2020
1 parent ebb8dfe commit 8385aa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: lib
path: lib
path: |
cjs
esm
umd
release:
name: Release
Expand Down Expand Up @@ -58,7 +61,6 @@ jobs:
uses: actions/download-artifact@v2
with:
name: lib
path: lib
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 8385aa0

Please sign in to comment.