From 00698d1c041aa9e30cbfc2bb2597772dcfdb69cf Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 17 Apr 2024 12:20:38 -0500 Subject: [PATCH] Debug Linux --- .github/workflows/test-dotnet-samples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index d81ce49..130637a 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/runtimes/ cat bin/Release/net6.0/runtimes/linux-x64/native/apdfl.lic else cat bin/Release/net6.0/runtimes/osx-arm64/native/apdfl.lic