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:
parent
b304e5f44d
commit
6eb6cb9b0d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user