fix: update artifact upload path to include all files in dist directory
All checks were successful
CI / build-and-publish (push) Successful in 11s

This commit is contained in:
Space-Banane
2026-02-17 16:58:36 +01:00
parent 7b2c6affe1
commit d4fb8a054b
2 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: web-ext-build
path: dist/
path: dist/**
- name: Push changes
if: github.event_name == 'push'