diff options
Diffstat (limited to '.github')
-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 3dc64899..edee9f60 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -49,7 +49,7 @@ jobs: needs: pyinstaller strategy: matrix: - os: [windows-latest] + os: [macos-latest, ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }} @@ -93,7 +93,7 @@ jobs: if: matrix.os == 'windows-latest' - name: Rename file (Windows) - run: mv extension/server/exe/windows/Windows\ Build extension/server/exe/windows/run.exe + run: mv extension/server/exe/windows/Windows Build extension/server/exe/windows/run.exe shell: bash if: matrix.os == 'windows-latest' |