We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b911f commit 6ebb2d3Copy full SHA for 6ebb2d3
.github/workflows/dotnet.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Pack Nuget
50
run: dotnet pack TypeGuesser/TypeGuesser.csproj -o dist -c Release --include-source -p:IncludeSymbols=true -p:DebugType=full -p:SymbolPackageFormat=snupkg -p:PackageVersion=$(fgrep AssemblyFileVersion SharedAssemblyInfo.cs |cut -d'"' -f2)
51
- name: Store created nupkg files
52
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
53
with:
54
path: dist/*.nupkg
55
retention-days: 1
0 commit comments