Skip to content

Commit

Permalink
fix(package): ensure build asset is used when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Sep 22, 2020
1 parent ae3deb7 commit d2e258c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: build
name: dist
path: dist
release:
name: Release
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Fetch build
uses: actions/download-artifact@v2
with:
name: build
name: dist

- name: Release
env:
Expand Down

0 comments on commit d2e258c

Please sign in to comment.