mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +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 }}
|
if: ${{ !inputs.generate-gpo }}
|
||||||
run: |
|
run: |
|
||||||
ls ~/artifact
|
ls ~/artifact
|
||||||
ls ~/artifact/en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
|
ls ~/artifact/en-US.log
|
||||||
ls ~/artifact/merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata
|
ls ~/artifact/merged.profdata
|
||||||
|
|
||||||
chmod +x ~/artifact/en-US-${{ matrix.generic == true && 'generic' || 'specific' }}.log
|
chmod +x ~/artifact/en-US.log
|
||||||
chmod +x ~/artifact/merged-${{ matrix.generic == true && 'generic' || 'specific' }}.profdata
|
chmod +x ~/artifact/merged.profdata
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user