Skip to content

Commit

Permalink
CI: Re-add missing build.yml piece
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good committed Dec 29, 2024
1 parent 2df1491 commit 3c9c27b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ jobs:
with open("modules/init.txt", "w") as f:
f.write("custom\n")
f.write("era\n")
f.write("example\n")
f.write("renamer\n")
EOF
- name: Configure CMake
Expand All @@ -389,6 +390,15 @@ jobs:
shell: cmd
run: |
cmake --build build -j4
- name: Archive Executables
uses: actions/upload-artifact@v4
with:
name: windows_modules_executables
path: |
xi_connect.exe
xi_map.exe
xi_search.exe
xi_world.exe
MacOS_64bit:
needs: Sanity_Checks
Expand Down

0 comments on commit 3c9c27b

Please sign in to comment.