diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index d81ce49..be9af83 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -201,6 +201,7 @@ jobs: if [ "$RUNNER_OS" == "Windows" ]; then cat bin/Release/net6.0/runtimes/win-x64/native/apdfl.lic elif [ "$RUNNER_OS" == "Linux" ]; then + ls bin/Release/net6.0/ cat bin/Release/net6.0/runtimes/linux-x64/native/apdfl.lic else cat bin/Release/net6.0/runtimes/osx-arm64/native/apdfl.lic