From d9e6500cecebf225321705b3819df2c83602b888 Mon Sep 17 00:00:00 2001 From: Thomas SharedInbox Date: Fri, 15 May 2026 10:08:29 +0200 Subject: [PATCH] chore(ci): remove build-windows job Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/ci.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 375a0f9..4ffc6d2 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -59,38 +59,6 @@ jobs: SSH_HOST: ${{ secrets.SSH_HOST }} run: nix develop --no-warn-dirty --command task deploy-linux-to-server - build-windows: - # Enable once a self-hosted runner with label "windows-runner" is registered. - name: Build & Deploy Windows Release - runs-on: windows-runner - needs: check - if: false - continue-on-error: true - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 50 - - - name: Build Windows - run: task build-windows-release - - - name: Set up SSH key - continue-on-error: true - env: - SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - run: | - mkdir -p $env:USERPROFILE\.ssh - $env:SSH_PRIVATE_KEY | Out-File -FilePath "$env:USERPROFILE\.ssh\id_rsa" -Encoding ascii - icacls "$env:USERPROFILE\.ssh\id_rsa" /inheritance:r /grant:r "$env:USERNAME:F" - - - name: Deploy Windows to server - continue-on-error: true - env: - SSH_USER: ${{ secrets.SSH_USER }} - SSH_HOST: ${{ secrets.SSH_HOST }} - run: task deploy-windows-to-server - deploy-playstore: name: Build & Deploy to Play Store runs-on: self-hosted