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
1 changed files with 1 additions and 1 deletions

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