We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ea810 commit f5f3aeeCopy full SHA for f5f3aee
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
run: dotnet test --configuration Release --no-build --verbosity normal
43
44
- name: Pack NuGet packages
45
- run: dotnet pack src/MarkItDown.Core/MarkItDown.Core.csproj --configuration Release --no-build --output ./artifacts
+ run: dotnet pack --configuration Release --no-build --output ./artifacts
46
47
- name: Upload artifacts
48
uses: actions/upload-artifact@v4
0 commit comments