1
0
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:
tangowithfoxtrot 2025-05-21 08:48:42 -07:00
parent d62a5999ca
commit b304e5f44d
No known key found for this signature in database

View File

@ -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