Dont ignore svgs

This commit is contained in:
Mauro Balades
2024-04-28 08:58:16 +02:00
parent 7c777adf99
commit 096cacc1e5
102 changed files with 102 additions and 7 deletions

View File

@@ -171,9 +171,6 @@ jobs:
./mach --no-interactive bootstrap --application-choice browser
cd ..
- name: Run Init
run: pnpm run init
- name: Build
run: pnpm build
@@ -264,9 +261,6 @@ jobs:
tar --use-compress-program=zstd -hcf ../zen-browser.source.tar.gz *
cd ..
- name: Run Init
run: pnpm run init
- name: Upload artifact
uses: actions/upload-artifact@v2
with: