mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
make webpack-test upload built artifact
This commit is contained in:
parent
8b7e96bf39
commit
bc76fa92a1
1 changed files with 8 additions and 6 deletions
14
.github/workflows/webpack-test.yml
vendored
14
.github/workflows/webpack-test.yml
vendored
|
|
@ -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/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue