From bc76fa92a1ceb23d0026799fda44192f152189bf Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 4 Nov 2021 13:50:45 +0100 Subject: [PATCH] make webpack-test upload built artifact --- .github/workflows/webpack-test.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/webpack-test.yml b/.github/workflows/webpack-test.yml index 4bf08ce..7c6db78 100644 --- a/.github/workflows/webpack-test.yml +++ b/.github/workflows/webpack-test.yml @@ -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/**