diff options
-rw-r--r-- | .github/workflows/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 76626e99..5556ff3a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -93,8 +93,8 @@ jobs: if: matrix.os == 'windows-latest' - name: Rename file (Windows) - run: move extension\server\exe\windows\Windows Build extension\server\exe\windows\run.exe - shell: powershell + run: move extension/server/exe/mac/Windows\ Build extension/server/exe/windows/run.exe + shell: bash if: matrix.os == 'windows-latest' # Setup Node.js and install dependencies |