Skip to content

Commit

Permalink
Fix files not going into bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed May 19, 2024
1 parent b7cc838 commit 93f1e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93f1e1f

Please sign in to comment.