diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml index c5108da..2711fd5 100644 --- a/.github/workflows/compiler.yml +++ b/.github/workflows/compiler.yml @@ -53,7 +53,7 @@ jobs: - name: run compiled version run: .\dist\EEStudio2.exe -v - - name: "rename" portable exe + - name: rename portable exe run: copy .\dist\EEStudio2.exe .\dist\EEStudioII-Portable.exe - name: save portable exe