Skip to content

Commit

Permalink
update.zip should keep folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell committed Jul 28, 2024
1 parent dad057f commit baefaec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
uses: vimtor/action-zip@v1
with:
files: ${{ env.PublishedDir }}\LittleWarGameClient.exe ${{ env.PublishedDir }}\LittleWarGameClient.dll ${{ env.PublishedDir }}\js
recursive: false
dest: update_${{ env.Platform }}.zip
env:
Platform: ${{ matrix.platform }}
Expand Down

0 comments on commit baefaec

Please sign in to comment.