Skip to content

Commit f5f3aee

Browse files
authored
fix pipline
1 parent c1ea810 commit f5f3aee

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)