Skip to content

Commit

Permalink
ci: fix package-artifacts failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 23, 2024
1 parent 5391ad7 commit e1029c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
New-Item -ItemType Directory -Force -Path bin\SporeModLoader\SporeModManager
New-Item -ItemType File -Force -Path bin\SporeModLoader\ModLibs\.keep
echo "keep" > bin\SporeModLoader\ModLibs\.keep
Copy "3rdParty\Spore-ModAPI\dll\Release\SporeModAPI.dll" "bin\SporeModLoader\CoreLibs\SporeModAPI.dll"
Copy "3rdParty\Spore-ModAPI-legacy\SporeModAPI-disk.dll" "bin\SporeModLoader\CoreLibs\SporeModAPI-disk.dll"
copy "3rdParty\Spore-ModAPI-legacy\SporeModAPI-steam_patched.dll" "bin\SporeModLoader\CoreLibs\SporeModAPI-steam_patched.dll"
Expand Down Expand Up @@ -114,6 +116,7 @@ jobs:
path: mingw-artifacts
- name: Prepare SporeModLoader (mingw)
run: |
rm artifacts/SporeModLoader/ModLibs/.keep
cp -r artifacts/SporeModLoader/CoreLibs/ mingw-artifacts/SporeModLoader/CoreLibs
cp -r artifacts/SporeModLoader/ModLibs/ mingw-artifacts/SporeModLoader/ModLibs
cp artifacts/SporeModLoader/SporeModManager/SporeModManager mingw-artifacts/SporeModLoader/SporeModManager/SporeModManager
Expand Down

0 comments on commit e1029c2

Please sign in to comment.