fixing the env vars for building the zipped source
This commit is contained in:
parent
541de32597
commit
472be6ea69
|
@ -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