Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zocker-160 committed Dec 11, 2020
1 parent 872ffb3 commit 0ecf311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: run compiled version
run: .\dist\EEStudio2.exe -v

- name: rename portable exe
run: ren .\dist\EEStudio2.exe .\dist\EEStudioII-Portable.exe
- name: "rename" portable exe
run: copy .\dist\EEStudio2.exe .\dist\EEStudioII-Portable.exe

- name: save portable exe
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 0ecf311

Please sign in to comment.