Skip to content

Commit

Permalink
add iidx assets and bundle assets into ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
GEEKiDoS committed Jul 27, 2024
1 parent 1fc305b commit d8fef91
Show file tree
Hide file tree
Showing 14 changed files with 67,829 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 @@ -44,9 +44,10 @@ jobs:
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/laochan-client.sln

- name: Upload ${{matrix.configuration}} binaries
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: ${{matrix.configuration}} binaries
path: |
build/bin/x64/${{matrix.configuration}}/laochan_bootstrap64.exe
build/bin/x64/${{matrix.configuration}}/laochan_bootstrap64.pdb
data/assets
Loading

0 comments on commit d8fef91

Please sign in to comment.