1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00

build: only upload artifects when dotnet is true

This commit is contained in:
tangowithfoxtrot 2025-05-21 08:54:47 -07:00
parent b304e5f44d
commit 6eb6cb9b0d
No known key found for this signature in database

View File

@ -145,6 +145,7 @@ jobs:
- name: Upload project artifact
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: ${{ matrix.dotnet }}
with:
name: ${{ matrix.project_name }}.zip
path: ${{ matrix.base_path }}/${{ matrix.project_name }}/${{ matrix.project_name }}.zip