Skip to content

Commit

Permalink
docs: how to download build artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Mar 19, 2024
1 parent 386abc2 commit 1ccfed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build
path: dist
path: /
- name: Publish
run: |
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
# Node version file
if [ -f ".nvmrc" ]; then
echo "node-version-file=.nvmrc" >> $GITHUB_OUTPUT
echo "node-version-file=.nvmrc" >> $GITHUB_OUTPUT
exit 0
fi
Expand Down

0 comments on commit 1ccfed6

Please sign in to comment.