From b9705a22688f97c4ae15cfc2e83cd2313b58415f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20N=C3=B8rfjand=20Stengaard?= Date: Wed, 28 Sep 2022 21:30:51 +0200 Subject: [PATCH] Update github workflow --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 1a3d15f..38275c9 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -86,7 +86,7 @@ jobs: Remove-Item -Path *.pdb $exeFileName=((Get-ChildItem -Filter 'Hst.Imager.ConsoleApp*') | Select -First 1).Name Rename-Item -Path $exeFileName -NewName ($exeFileName -replace 'Hst.Imager.ConsoleApp', 'hst.imager') - Compress-Archive -Path *.* -DestinationPath $artifactName + Compress-Archive -Path ./* -DestinationPath $artifactName $artifactPath=((Get-ChildItem -Filter $artifactName) | Select -First 1).FullName "::set-output name=artifact_name::$artifactName" "::set-output name=artifact_path::$artifactPath"