Skip to content

Commit

Permalink
Fix wrong dll path in release
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Oct 21, 2024
1 parent d22135c commit 6896a27
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 @@ -97,7 +97,7 @@ jobs:
if: github.event_name == 'release' || inputs.release
run: |
# release assets
Get-ChildItem -Path target/*/*.exe,target/*/deps/artifact/loader-*/cdylib/*.dll,assets/* | Copy-Item -Destination "bin"
Get-ChildItem -Path target/*/*.exe,target/*/*.dll,assets/* | Copy-Item -Destination "bin"
Compress-Archive -Path "bin" -CompressionLevel Optimal -DestinationPath "yet-another-bg3-native-mod-loader-x64.zip"
Get-ChildItem -Path "bin" -Recurse | Remove-Item -Force
Expand Down

0 comments on commit 6896a27

Please sign in to comment.