mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
upload dist artifacts for windows and linux
This commit is contained in:
parent
3c6b15821c
commit
fedc03dbae
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
- name: Dist build application
|
- name: Build application
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
echo "Building dist for $env:PACKAGE_VERSION"
|
echo "Building dist for $env:PACKAGE_VERSION"
|
||||||
@ -75,3 +75,10 @@ jobs:
|
|||||||
elseif($env:RUNNER_OS -eq "macOS") {
|
elseif($env:RUNNER_OS -eq "macOS") {
|
||||||
npm run build
|
npm run build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- name: Upload artifacts
|
||||||
|
if: runner.os == 'Linux' || runner.os == 'Windows'
|
||||||
|
uses: actions/upload-artifact@v2-preview
|
||||||
|
with:
|
||||||
|
name: dist
|
||||||
|
path: dist/*
|
||||||
|
Loading…
Reference in New Issue
Block a user