Skip to content

Commit

Permalink
Run the sample executable instead of DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 4, 2024
1 parent 2e20376 commit 64f9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
dll_name=$(basename "$PWD")
if { [ "$dll_name" != "ConvertToOffice" ] && [ "$dll_name" != "CreateDocFromXPS" ]; } || [ "${{ matrix.os }}" != 'macos-14' ]; then
dotnet bin/Release/net6.0/$dll_name.dll
dotnet bin/Release/net6.0/$dll_name.exe
else
echo "Not available on this os"
fi

0 comments on commit 64f9d5d

Please sign in to comment.