mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-23 08:52:34 +00:00
gh-14651: Fixed build failures due to wrong ZIP names (gh-14673)
This commit is contained in:
2
.github/workflows/windows-release-build.yml
vendored
2
.github/workflows/windows-release-build.yml
vendored
@@ -260,8 +260,8 @@ jobs:
|
||||
export ZEN_CROSS_COMPILING=1
|
||||
export ZEN_RELEASE=1
|
||||
npm run package
|
||||
mv ./dist/zen-$(npm run --silent surfer -- get version | xargs).en-US.win64${{ matrix.arch == 'aarch64' && '-aarch64' || '' }}.zip zen.win64.zip
|
||||
ls ./dist
|
||||
mv ./dist/*.zip zen.win64.zip
|
||||
ls .
|
||||
|
||||
- name: Move package for PGO upload
|
||||
|
||||
Reference in New Issue
Block a user