1
0
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:
tangowithfoxtrot
2024-12-04 12:00:14 -08:00
parent f1bb0134e6
commit 43ed9017d2

View File

@@ -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