Skip to content

Commit

Permalink
Update cmangos-classic-windows-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar authored Nov 11, 2024
1 parent 62e6e83 commit 6f15db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmangos-classic-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BOTS_BRANCH: "master"
CORE_REPO_OWNER: ${{github.repository_owner}}
BUILD_TYPE: RelWithDebInfo
BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_PLAYERBOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON -DBUILD_MODULES=ON -DBUILD_MODULE_ACHIEVEMENTS=ON -DBUILD_MODULE_DUALSPEC=ON -DBUILD_MODULE_HARDCORE=ON -DBUILD_MODULE_IMMERSIVE=ON -DBUILD_MODULE_TRANSMOG=ON -DBUILD_MODULE_BARBER=ON"
BUILD_OPTIONS: "-DBUILD_EXTRACTORS=ON -DBUILD_PLAYERBOTS=ON -DBUILD_AHBOT=ON -DBUILD_GIT_ID=ON -DBUILD_MODULES=ON -DBUILD_MODULE_ACHIEVEMENTS=ON -DBUILD_MODULE_DUALSPEC=ON -DBUILD_MODULE_HARDCORE=ON -DBUILD_MODULE_IMMERSIVE=ON -DBUILD_MODULE_TRANSMOG=ON -DBUILD_MODULE_BARBER=ON -DBUILD_MODULE_TRAININGDUMMIES=ON"
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_TOOLSET: "msvc"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
7z a -tzip ${{env.ARCHIVE_FILENAME}} "x64_${{env.BUILD_TYPE}}\*"
- name: Archive this artefact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: snapshot-${{env.CORE_EXPANSION}}
path: "${{env.BUILD_DIR}}/bin/${{env.ARCHIVE_FILENAME}}"
Expand All @@ -102,7 +102,7 @@ jobs:
# name: snapshot-default
# path: all_snapshots
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: snapshot-${{env.CORE_EXPANSION}}
path: all_snapshots
Expand Down

0 comments on commit 6f15db6

Please sign in to comment.