Skip to content

Commit

Permalink
Fix auto deploy zip containing 'publish' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Codes authored Sep 15, 2021
1 parent d95c940 commit e6723a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
path: './publish/'
filename: '../release.zip'
directory: './publish/'
exclusions: '*.pdb* *.xml*'

- name: Upload Release
Expand Down

0 comments on commit e6723a0

Please sign in to comment.