diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 06e529a..b2abd97 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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