download-artifact/action.yml
2021-04-30 19:22:30 +05:30

12 lines
301 B
YAML

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install and build webpack
run: |
npm install
npm run build
- uses: actions/upload-artifact@main
with:
name: webpack artifacts
path: public/