Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laimermic committed Nov 29, 2023
1 parent 087d77f commit 442ba8e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NodeJS with Webpack
name: Build

on:
push:
Expand Down Expand Up @@ -26,9 +26,3 @@ jobs:
run: |
npm ci
npm run build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
with:
# Artifact name
name: Node ${{ matrix.node-version }}
path: ./dist

0 comments on commit 442ba8e

Please sign in to comment.