make webpack-test upload built artifact

This commit is contained in:
Erik 2021-11-04 13:50:45 +01:00 committed by GitHub
parent 8b7e96bf39
commit bc76fa92a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,6 @@
name: Webpack Test name: Webpack Test
on: on: [pull_request, push]
pull_request:
push:
branches:
- main
jobs: jobs:
webpack: webpack:
@ -25,4 +21,10 @@ jobs:
run: | run: |
npm install npm install
npm run build npm run build
echo "${{ github.event.inputs.version }}" > dist/VERSION echo "Dev" > dist/VERSION
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: DribbblishDynamic_vDev
path: dist/**