We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8944cf5 commit 8ed7e44Copy full SHA for 8ed7e44
.github/workflows/rc-build.yml
@@ -96,8 +96,8 @@ jobs:
96
97
- name: Rename executables
98
run: |
99
- mv ${{ env.LAUNCHER_OUTPUT_PATH }}/StarMap.Launcher.exe ${{ env.LAUNCHER_OUTPUT_PATH }}/MyProgram.exe
100
- mv ${{ env.STANDALONE_OUTPUT_PATH }}/StarMap.Loader.exe ${{ env.STANDALONE_OUTPUT_PATH }}/MyProgram.exe
+ mv ${{ env.LAUNCHER_OUTPUT_PATH }}/StarMap.Launcher.exe ${{ env.LAUNCHER_OUTPUT_PATH }}/StarMap.exe
+ mv ${{ env.STANDALONE_OUTPUT_PATH }}/StarMap.Loader.exe ${{ env.STANDALONE_OUTPUT_PATH }}/StarMap.exe
101
102
- name: Write version file
103
run: echo "${{ steps.version.outputs.hash_version }}" > version.txt
0 commit comments