From e6723a0d203861cf51d9fb926a1e046c0a7c83ce Mon Sep 17 00:00:00 2001 From: Yuuki Date: Wed, 15 Sep 2021 18:27:31 +1000 Subject: [PATCH] Fix auto deploy zip containing 'publish' folder --- .github/workflows/dotnet-desktop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 8f17901d3..8a3d8bf77 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -99,7 +99,8 @@ jobs: - name: Zip Release uses: TheDoctor0/zip-release@0.6.0 with: - path: './publish/' + filename: '../release.zip' + directory: './publish/' exclusions: '*.pdb* *.xml*' - name: Upload Release