Update webpack.yml

This commit is contained in:
Maksim Kudrytski 2025-09-09 13:16:48 +01:00 committed by GitHub
parent 22acd6f669
commit 2c2ce7680a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
with: with:
node-version: 16.x node-version: 16.x
- name: Instal - name: Install
run: npm install run: npm install
- name: Build - name: Build
@ -22,5 +22,5 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
path: | path: |
./dist ./bundles
retention-days: 1 retention-days: 1