chore: Enable experimental settings page for Zen Labs

This commit is contained in:
mauro-balades
2024-09-01 19:01:31 +02:00
parent 668124e1d0
commit ced7d3c4a6
3 changed files with 11 additions and 0 deletions

View File

@@ -136,6 +136,13 @@ jobs:
with:
path: ~/artifact
- name: Show artifact info
if: ${{ !inputs.generate-gpo }}
run: |
ls ~/artifact
ls ~/artifact/en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
ls ~/artifact/merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata
- name: Import
env:
SURFER_COMPAT: ${{ matrix.generic == true }}