Skip to content

Commit

Permalink
Fix build error in NuGet-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 17, 2025
1 parent 6b08b20 commit e31b004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
"8.0.x"
"9.0.x"
8.0.x
9.0.x
- name: Pack
run: |
dotnet pack --configuration Release --property:Version=${VERSION#v} --output . src/core/SimpleCDN.csproj
Expand All @@ -51,8 +51,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
"8.0.x"
"9.0.x"
8.0.x
9.0.x
- name: Pack
run: |
dotnet pack --configuration Release --property:Version=${VERSION#v} --output . extensions/Redis/SimpleCDN.Extensions.Redis.csproj
Expand Down

0 comments on commit e31b004

Please sign in to comment.