diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01fa08a6e..993bd3be4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ jobs: strategy: matrix: os: + - windows-latest - macos-latest - ubuntu-latest @@ -63,8 +64,10 @@ jobs: ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - if [ ${{ runner.os }} == 'macOS' ]; then - yarn release --win --mac + if [ ${{ runner.os }} == 'Windows' ]; then + yarn release --win + elif [ ${{ runner.os }} == 'macOS' ]; then + yarn release --mac elif [ ${{ runner.os }} == 'Linux' ]; then sudo apt install flatpak flatpak-builder libarchive-tools rpm -y flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo