Skip to content

Commit

Permalink
ci: build pipeline (fix, tosquash)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy authored Nov 27, 2024
1 parent 573bab8 commit 942ac12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: cmake -Bbuild -Hexgine -T v142 -A x64 -DCMAKE_INSTALL_PREFIX=%CD%\install
- name: Install
run: cmake --build build --config Release -j2
- name: List
- name: List Installed Files # Change name to be more descriptive if needed
run: dir build/exgine/Release # Example to list files, adjust as needed
- uses: actions/upload-artifact@v4
with:
name: exgine_windows-x64
Expand Down

0 comments on commit 942ac12

Please sign in to comment.