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:
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
|
||||
|
||||
Reference in New Issue
Block a user