Skip to content

Commit

Permalink
Update .github/workflows/nodejs.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: github-learning-lab[bot] <37936606+github-learning-lab[bot]@users.noreply.github.com>
  • Loading branch information
CadenGjy and github-learning-lab[bot] committed Apr 3, 2020
1 parent 8529a33 commit 32c2e0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ name: Node CI
on: [push]

jobs:
build:
- uses: actions/upload-artifact@master
with:
name: webpack artifacts
path: public/

runs-on: ubuntu-latest

Expand Down

0 comments on commit 32c2e0d

Please sign in to comment.