fixing the weird source

This commit is contained in:
Joseph Flinn 2021-03-18 08:23:52 -07:00
parent e0f4386042
commit cd936ce75d
1 changed files with 2 additions and 8 deletions

View File

@ -93,17 +93,11 @@ jobs:
- name: gulp
run: gulp ci
- name: make source directory
run: mkdir dist/Source
- name: checkout repo
uses: actions/checkout@v2
with:
path: 'dist/Source'
- name: Build sources for reviewers
shell: cmd
run: |
mkdir dist\Source
call git clone %REPO_URL% dist\Source
cd dist\Source
call git checkout %GITHUB_SHA%
call git submodule update --init --recursive