mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
fixing the env vars for building the zipped source
This commit is contained in:
parent
541de32597
commit
472be6ea69
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user