mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
fix: only build when dotnet is true
This commit is contained in:
parent
d62a5999ca
commit
b304e5f44d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -131,6 +131,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish project
|
- name: Publish project
|
||||||
working-directory: ${{ matrix.base_path }}/${{ matrix.project_name }}
|
working-directory: ${{ matrix.base_path }}/${{ matrix.project_name }}
|
||||||
|
if: ${{ matrix.dotnet }}
|
||||||
run: |
|
run: |
|
||||||
echo "Publish"
|
echo "Publish"
|
||||||
dotnet publish -c "Release" -o obj/build-output/publish
|
dotnet publish -c "Release" -o obj/build-output/publish
|
||||||
|
Loading…
x
Reference in New Issue
Block a user