diff --git a/.github/scripts/macos/decrypt-secrets.ps1 b/.github/scripts/macos/decrypt-secrets.ps1 index 8c1e83719a5..d10a0781c24 100644 --- a/.github/scripts/macos/decrypt-secrets.ps1 +++ b/.github/scripts/macos/decrypt-secrets.ps1 @@ -2,7 +2,7 @@ $decryptSecretPath = $($rootPath + "/.github/scripts/decrypt-secret.ps1"); -Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-deskop-key.p12.gpg" +Invoke-Expression "& `"$decryptSecretPath`" -filename bitwarden-desktop-key.p12.gpg" Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-app-cert.p12.gpg" Invoke-Expression "& `"$decryptSecretPath`" -filename appstore-installer-cert.p12.gpg" Invoke-Expression "& `"$decryptSecretPath`" -filename devid-app-cert.p12.gpg" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 821b88f13d2..5a7d23fe182 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,9 +150,9 @@ jobs: - name: Run linter run: npm run lint -# - name: Build Safari extension for .dmg -# shell: pwsh -# run: ./scripts/safari-build.ps1 + - name: Build Safari extension for .dmg + shell: pwsh + run: ./scripts/safari-build.ps1 - name: Build application for .dmg run: npm run dist:mac @@ -160,9 +160,9 @@ jobs: APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} -# - name: Build Safari extension for App Store -# shell: pwsh -# run: ./scripts/safari-build.ps1 -mas + - name: Build Safari extension for App Store + shell: pwsh + run: ./scripts/safari-build.ps1 -mas - name: Build application for App Store run: npm run dist:mac:mas