From 15885545b58036d2c9318a94da5681399a01cdb4 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 27 Sep 2023 11:13:52 +0200 Subject: [PATCH] supress some output --- .github/workflows/win-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index b54d6731c..3b43a24ec 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -163,7 +163,7 @@ jobs: & certutil -f -p $password -importpfx ".\certFile" # create directory to extract every jar to - New-Item -Path $tmpDir -ItemType Directory + New-Item -Path $tmpDir -ItemType Directory > $null # iterate over all jars Get-ChildItem -Path $folder -Recurse -File *.jar | ForEach-Object { $jar = Copy-Item $_ -Destination $tmpDir -PassThru