From cb6f79f67a3c5633812443acbb153edcfe61eb55 Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Thu, 12 Jun 2025 01:11:01 -0700 Subject: [PATCH] ci: build wingtech --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 105ff57..1cf691c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ env: FILE_ROOTSHELL: ../../rootshell/rootshell FILE_RAYHUNTER_DAEMON_ORBIC: ../../rayhunter-daemon-orbic/rayhunter-daemon FILE_RAYHUNTER_DAEMON_TPLINK: ../../rayhunter-daemon-tplink/rayhunter-daemon + FILE_RAYHUNTER_DAEMON_WINGTECH: ../../rayhunter-daemon-wingtech/rayhunter-daemon jobs: files_changed: @@ -95,8 +96,9 @@ jobs: strategy: matrix: device: - - name: tplink - name: orbic + - name: tplink + - name: wingtech runs-on: ubuntu-latest permissions: contents: read @@ -206,8 +208,9 @@ jobs: strategy: matrix: device: - - name: tplink - name: orbic + - name: tplink + - name: wingtech runs-on: ubuntu-latest steps: - uses: actions/checkout@v4