diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6f0c84..8132630 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: if: github.event_name == 'release' run: | Get-ChildItem -Path target/*/*.exe,assets/*,target/*/*.dll | Copy-Item -Destination "bin" - Compress-Archive -Path "bin/*" -CompressionLevel Optimal -DestinationPath "yet-another-bg3-mod-loader-x64.zip" + Compress-Archive -Path "bin" -CompressionLevel Optimal -DestinationPath "yet-another-bg3-mod-loader-x64.zip" Get-ChildItem -Path "bin" -Recurse | Remove-Item -Force - name: Attach assets to release