Skip to content

Commit

Permalink
Merge branch 'all-in-one-vs2022-wpo' of https://github.com/themrdemon…
Browse files Browse the repository at this point in the history
…ized/xray-monolith into all-in-one-vs2022-wpo
  • Loading branch information
themrdemonized committed Jan 17, 2025
2 parents 8cd3389 + a5fd997 commit 01ef1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
rename-item -path gamedata.db0 -newname ${{env.PACK_GAMEDATA_NAME}}
- name: Upload gamedata
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.6.0
with:
# Artifact name
name: ${{env.PACK_GAMEDATA_NAME}}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
run: msbuild /p:Configuration=${{matrix.buildconf}} ${{env.SOLUTION_FILE_PATH}}

- name: Upload Exe
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.6.0
with:
# Artifact name
name: ${{matrix.buildconf}}_exe
Expand All @@ -153,7 +153,7 @@ jobs:
compress-archive -DestinationPath "STALKER-Anomaly-modded-exes_${{matrix.buildconf}}_pdb.zip" -Path "./*.pdb"
- name: Upload PDB
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.6.0
with:
# Artifact name
name: ${{matrix.buildconf}}_pdb
Expand Down

0 comments on commit 01ef1ed

Please sign in to comment.