mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
fixes the release asset
This commit is contained in:
parent
540ca5d204
commit
cdcb36a32d
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -93,11 +93,17 @@ 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 --branch=%GITHUB_REF% %REPO_URL% dist\Source
|
||||
cd dist\Source
|
||||
call git checkout %GITHUB_SHA%
|
||||
call git submodule update --init --recursive
|
||||
@ -105,7 +111,7 @@ jobs:
|
||||
del /S/Q "Source\.git\objects\pack\*"
|
||||
call 7z a browser-source-%BUILD_NUMBER%.zip "Source\*"
|
||||
|
||||
- name: Upload opera release asset
|
||||
- name: upload opera release asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user