From cd936ce75d44d2766a60477c0d3d343cb3b04752 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 18 Mar 2021 08:23:52 -0700 Subject: [PATCH] fixing the weird source --- .github/workflows/release.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ed8d65808..75f404f754 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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