mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -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
|
||||
working-directory: ${{ matrix.base_path }}/${{ matrix.project_name }}
|
||||
if: ${{ matrix.dotnet }}
|
||||
run: |
|
||||
echo "Publish"
|
||||
dotnet publish -c "Release" -o obj/build-output/publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user