mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update Windows build workflows to include windows-profdata-specific artifact
This commit is contained in:
8
.github/workflows/windows-alpha-build.yml
vendored
8
.github/workflows/windows-alpha-build.yml
vendored
@@ -149,11 +149,11 @@ jobs:
|
||||
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
|
||||
ls ~/artifact/en-US.log
|
||||
ls ~/artifact/merged.profdata
|
||||
|
||||
chmod +x ~/artifact/en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
|
||||
chmod +x ~/artifact/merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata
|
||||
chmod +x ~/artifact/en-US.log
|
||||
chmod +x ~/artifact/merged.profdata
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
Reference in New Issue
Block a user