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.
2 parents b234d6f + f5f3aee commit 27e1aa7Copy full SHA for 27e1aa7
.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