Fix windows command in linux action

This commit is contained in:
PartyDonut 2025-02-23 19:23:45 +01:00
parent 445e2b1dbc
commit f8a3c02367

View file

@ -389,7 +389,7 @@ jobs:
- name: Rename Windows installer
run: |
cd fladder-windows-installer
ren fladder_setup.exe Fladder-Windows-${{needs.fetch-info.outputs.version_name}}-Setup.exe
mv fladder_setup.exe Fladder-Windows-${{needs.fetch-info.outputs.version_name}}-Setup.exe
- name: Compress Windows
run: |