Skip to content

Commit

Permalink
fix the CI step "Upload build artifacts"
Browse files Browse the repository at this point in the history
  • Loading branch information
segor committed Nov 18, 2023
1 parent 0067c5d commit 262b1cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NUGET_XMLDOC_MODE: skip

Solution_Path: src\SslCertBinding.Net.sln
Nuget_Output_Path: src\SslCertBinding.Net\bin\Release\*nupkg
Nuget_Artefact_Path: src\SslCertBinding.Net\bin\Release\*nupkg

steps:
- name: Checkout
Expand All @@ -42,5 +42,6 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: Nuget Package
path: $env:Nuget_Output_Path
name: Nuget Packages
path: ${{ env.Nuget_Artefact_Path }}
if-no-files-found: error

0 comments on commit 262b1cd

Please sign in to comment.