Skip to content

Commit

Permalink
add artifacts to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Berthalamew committed Jan 4, 2025
1 parent a1a0874 commit 30ba836
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ jobs:
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} /p:Platform=${{env.PLATFORM}} ${{matrix.SOLUTION_FILE_PATH}}

- name: Upload Artifacts
uses: actions/[email protected]
with:
name: xlive ${{matrix.BUILD_CONFIGURATION}}
path: |
./Halo2/xlive.dll
./Halo2/xlive.map
./xlive/${{matrix.BUILD_CONFIGURATION}}/xlive.pdb
1 change: 1 addition & 0 deletions xlive/Project_Cartographer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
<AdditionalLibraryDirectories>
</AdditionalLibraryDirectories>
<GenerateMapFile>true</GenerateMapFile>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
Expand Down

0 comments on commit 30ba836

Please sign in to comment.