mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
fixing the weird source
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -93,17 +93,11 @@ jobs:
|
|||||||
- name: gulp
|
- name: gulp
|
||||||
run: gulp ci
|
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
|
- name: Build sources for reviewers
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
mkdir dist\Source
|
||||||
|
call git clone %REPO_URL% dist\Source
|
||||||
cd dist\Source
|
cd dist\Source
|
||||||
call git checkout %GITHUB_SHA%
|
call git checkout %GITHUB_SHA%
|
||||||
call git submodule update --init --recursive
|
call git submodule update --init --recursive
|
||||||
|
|||||||
Reference in New Issue
Block a user