Skip to content

Commit

Permalink
Merge pull request #114 from transcend-io/bencmbrook/publish-dist-2
Browse files Browse the repository at this point in the history
Specify /dist in download-artifact action
  • Loading branch information
bencmbrook authored Jun 15, 2022
2 parents 01adb67 + f794584 commit 303aa4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build-artifact
path: dist
- name: Configure NPM authentication
run: |
yarn config set npmAlwaysAuth true
Expand All @@ -86,6 +87,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build-artifact
path: dist
- name: Configure Github Packages authentication
run: |
yarn config set npmAlwaysAuth true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcend-io/conflux",
"version": "4.0.1",
"version": "4.0.2",
"description": "Build zip files out of readable streams in the browser",
"main": "dist/conflux.umd.min.js",
"jsdelivr": "dist/conflux.umd.min.js",
Expand Down

0 comments on commit 303aa4e

Please sign in to comment.