1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

update safari cache key

This commit is contained in:
Derek Nance
2026-02-17 17:52:14 -06:00
parent 646ce45386
commit 366d395300

View File

@@ -1170,7 +1170,7 @@ jobs:
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
with:
path: apps/browser/dist/Safari
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-safari-extension
- name: Log in to Azure
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
@@ -1439,7 +1439,7 @@ jobs:
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
with:
path: apps/browser/dist/Safari
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-safari-extension
- name: Log in to Azure
uses: bitwarden/gh-actions/azure-login@main
@@ -1743,7 +1743,7 @@ jobs:
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
with:
path: apps/browser/dist/Safari
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-safari-extension
- name: Log in to Azure
uses: bitwarden/gh-actions/azure-login@main