Skip to content

Commit

Permalink
Add README and COPYING to dist zips
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridEidolon committed Nov 1, 2023
1 parent d72bbdc commit 54687af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ jobs:
New-Item -Force -ItemType Directory $env:RUNNER_TEMP/dist-d7l/mkplugins
New-Item -Force -ItemType Directory $env:RUNNER_TEMP/dist-d7l/mods
Copy-Item -Force target/release/dinput8.dll $env:RUNNER_TEMP/dist-d7l
Copy-Item -Force README.md $env:RUNNER_TEMP/dist-d7l
Copy-Item -Force COPYING $env:RUNNER_TEMP/dist-d7l
Copy-Item -Force target/release/makaikit_modloader_d7.dll $env:RUNNER_TEMP/dist-d7l/mkplugins
New-Item -Force -ItemType Directory $env:RUNNER_TEMP/dist-d6l
New-Item -Force -ItemType Directory $env:RUNNER_TEMP/dist-d6l/mkplugins
New-Item -Force -ItemType Directory $env:RUNNER_TEMP/dist-d6l/mods
Copy-Item -Force target/release/dinput8.dll $env:RUNNER_TEMP/dist-d6l
Copy-Item -Force README.md $env:RUNNER_TEMP/dist-d6l
Copy-Item -Force COPYING $env:RUNNER_TEMP/dist-d7l
Copy-Item -Force target/release/makaikit_modloader_d6.dll $env:RUNNER_TEMP/dist-d6l/mkplugins
New-Item -Force -ItemType Directory $env:RUNNER_TEMP/dist-tools
Copy-Item -Force target/release/examples/fafullfs-unpack.exe $env:RUNNER_TEMP/dist-tools
Expand Down

0 comments on commit 54687af

Please sign in to comment.