diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 75bdc9b6..28fcb4e9 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 16.x - - name: Instal + - name: Install run: npm install - name: Build @@ -22,5 +22,5 @@ jobs: - uses: actions/upload-artifact@v4 with: path: | - ./dist + ./bundles retention-days: 1