Skip to content

Commit 27e1aa7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b234d6f + f5f3aee commit 27e1aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet test --configuration Release --no-build --verbosity normal
4343

4444
- name: Pack NuGet packages
45-
run: dotnet pack src/MarkItDown.Core/MarkItDown.Core.csproj --configuration Release --no-build --output ./artifacts
45+
run: dotnet pack --configuration Release --no-build --output ./artifacts
4646

4747
- name: Upload artifacts
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)