Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Feb 9, 2025
1 parent 601f48f commit 56404f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: dotnet build -c Release
- run: dotnet test -c Release --no-build
- run: dotnet pack -c Release --no-build -o ./publish
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nuget
path: ./publish
Expand Down

0 comments on commit 56404f2

Please sign in to comment.