mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 14:34:02 +00:00
ci: only run mac zip step on macos
This commit is contained in:
1
.github/workflows/build-cli.yml
vendored
1
.github/workflows/build-cli.yml
vendored
@@ -153,6 +153,7 @@ jobs:
|
||||
zip ../../bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip ./bw
|
||||
|
||||
- name: Zip macOS
|
||||
if: ${{ env.LOWER_RUNNER_OS == 'macos' }}
|
||||
run: |
|
||||
cd ./dist/${{ matrix.license_type.build_prefix }}/${{ env.LOWER_RUNNER_OS }}
|
||||
zip ../../bw${{ matrix.license_type.artifact_prefix }}-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip ./bw
|
||||
|
||||
Reference in New Issue
Block a user