name stage

develop
Myk Taylor 2023-07-30 16:58:27 -07:00
parent 1d356bf351
commit 7514dd2cba
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -208,7 +208,8 @@ jobs:
run: cmake -S . -B build -G "Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX=build/image -DCMAKE_C_COMPILER_LAUNCHER=clcache -DCMAKE_CXX_COMPILER_LAUNCHER=clcache -DBUILD_DOCS:BOOL=1 -DBUILD_STONESENSE:BOOL=1
- name: Build DFHack
run: cmake --build build -j 2 --config Release --target install
- uses: benjlevesque/short-sha@v2.2
- name: Format artifact name
uses: benjlevesque/short-sha@v2.2
id: short-sha
- name: Upload artifact
uses: actions/upload-artifact@v3