Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zingz0r authored Feb 11, 2025
1 parent 69dff7e commit 5306fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Pack
run: |
dotnet pack src/CloudFlare.Client/CloudFlare.Client.csproj --no-build --configuration ${{ env.buildConfiguration }} .\CloudFlare.Client.sln `
dotnet pack src/CloudFlare.Client.sln --no-build --configuration ${{ env.buildConfiguration }} `
/p:MajorVersion=${{ steps.get-version.outputs.MAJOR }} `
/p:MinorVersion=${{ steps.get-version.outputs.MINOR }} `
/p:PatchVersion=${{ steps.get-version.outputs.PATCH }} `
Expand Down

0 comments on commit 5306fab

Please sign in to comment.