Skip to content

Commit

Permalink
Pre-create directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveiwonder committed Aug 13, 2023
1 parent d3bff7e commit 76a997d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build & Copy Health Checks
run: |
dotnet build "./WSM.HealthChecks/WSM.HealthChecks.csproj" -c Release
mkdir -p ./build/wsm.client/healthchecks
cp ./WSM.HealthChecks/bin/Release/net6.0/WSM.HealthChecks.dll ./build/wsm.client/healthchecks/WSM.HealthChecks.dll
Expand Down

0 comments on commit 76a997d

Please sign in to comment.