1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fixing the env vars for building the zipped source

This commit is contained in:
Joseph Flinn
2021-10-27 10:49:50 -07:00
parent 541de32597
commit 472be6ea69

View File

@@ -115,7 +115,7 @@ jobs:
shell: cmd
run: |
mkdir dist\Source
call git clone %_REPO_URL% dist\Source
call git clone %GITHUB_SERVER_URL%/%GITHUB_REPOSITORY% dist\Source
cd dist\Source
call git checkout %GITHUB_SHA%
call git submodule update --init --recursive