1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 04:23:53 +00:00

Add Brew Bump Workflows (#2934)

This commit is contained in:
Vince Grassia
2022-06-20 12:23:11 -04:00
committed by GitHub
parent b28c07790d
commit 7310fa826e
6 changed files with 93 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ jobs:
REM Copy apps\browser to Browser source directory
mkdir browser-source\apps\browser
xcopy apps\browser\* browser-source\apps\browser /E
REM Copy libs to Browser source directory
mkdir browser-source\libs
xcopy libs\* browser-source\libs /E
@@ -408,7 +408,7 @@ jobs:
BUILD_STATUS: ${{ needs.build.result }}
SAFARI_BUILD_STATUS: ${{ needs.build-safari.result }}
CROWDIN_PUSH_STATUS: ${{ needs.crowdin-push.result }}
TRIGGER_DESKTOP_BUILD_STATUS: ${{ needs.trigger-desktop-build.result }}
TRIGGER_DESKTOP_BUILD_STATUS: ${{ needs.trigger-desktop-build.result }}
run: |
if [ "$CLOC_STATUS" = "failure" ]; then
exit 1