mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Fix windows command in linux action
This commit is contained in:
parent
445e2b1dbc
commit
f8a3c02367
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue