From a48b5c6b07e61593a5a6624234f950a6e7cec81e Mon Sep 17 00:00:00 2001 From: David Sungaila Date: Tue, 27 Feb 2024 10:00:49 +0100 Subject: [PATCH] Update workflows --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7965eba0..0e26d618 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -125,7 +125,7 @@ jobs: if-no-files-found: error - name: Compress tests shell: pwsh - run: Compress-Archive -Path src/Tests/bin/${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }}/*.* -DestinationPath TestAssemblies.zip -CompressionLevel "Fastest" + run: Compress-Archive -Path src/Tests/bin/${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }}/* -DestinationPath TestAssemblies.zip -CompressionLevel "Fastest" - name: Publish tests uses: actions/upload-artifact@v4 if: success() && (github.event_name != 'workflow_dispatch' && true || inputs.run_tests) == true