From d0b05961e0cadf52b660cadee2830d2fce569113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dongmin=20Jang=20=28=EC=9E=A5=EB=8F=99=EB=AF=BC=29?= Date: Mon, 15 Jul 2024 16:18:39 +0900 Subject: [PATCH] Update cd --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 899bfd2..cb22156 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -180,7 +180,7 @@ jobs: # Archive the exe - name: Create archive exe - run: Compress-Archive -Path $env:Wpf_Project_Directory\bin\$env:Configuration\$env:TargetPlatform\* -DestinationPath $env:Wpf_Project_Directory\bin\$env:Configuration\$env:TargetPlatform\$env:ChannelName.zip + run: Compress-Archive -Path $env:Wpf_Project_Directory\bin\$env:Configuration\$env:TargetPlatform\* -DestinationPath $env:Wpf_Project_Directory\bin\$env:Configuration\$env:TargetPlatform\$matrix:ChannelName.zip if: matrix.ChannelName == 'DevExe' || matrix.ChannelName == 'ProdExe' # Archive the package