mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
webpack:
|
||||
|
|
@ -25,4 +21,10 @@ jobs:
|
|||
run: |
|
||||
npm install
|
||||
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