Rename map editor output (#22)

Add "ja2_" prefix
This commit is contained in:
rftrdev
2022-11-09 18:06:21 -08:00
committed by GitHub
parent 5a7026c2d3
commit 98f481072a
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
run: msbuild ja2_VS2019.sln -property:Configuration=MapEditor
- name: Rename Map Editor output
run: mv bin/VS2013/MapEditor_EN_Release_master.exe ja2/mapeditor_113_${{ env.SHA_SHORT }}.exe
run: mv bin/VS2013/MapEditor_EN_Release_master.exe ja2/ja2_mapeditor_113_${{ env.SHA_SHORT }}.exe
- name: Replace GameVersion.cpp (JA2)
run: |