diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 15:53:33 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 15:53:33 -0700 |
commit | 4c5c19787bf00d4c12365e8891eead6a9d9a1b62 (patch) | |
tree | cd69220fecf6f231a2084c6a49619751c7dd8e11 /.github | |
parent | dbcd227a00f3a8b118d76001b1908de24063b83b (diff) | |
download | sncontinue-4c5c19787bf00d4c12365e8891eead6a9d9a1b62.tar.gz sncontinue-4c5c19787bf00d4c12365e8891eead6a9d9a1b62.tar.bz2 sncontinue-4c5c19787bf00d4c12365e8891eead6a9d9a1b62.zip |
and more
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' |