From ded316ac4221664b7f117d988541a1416d2ac6f8 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:18:16 +1200 Subject: [PATCH] Update CI --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c62a5bc..7628b18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,9 +17,9 @@ jobs: - name: Captive Portal directory: captive-portal - name: Webserver v2 - directory: packages/v2 + directory: v2 - name: Webserver v3 - directory: packages/v3 + directory: v3 steps: - name: Clone the repo uses: actions/checkout@v4.1.1 @@ -29,4 +29,4 @@ jobs: run: npm install - name: Build ${{ matrix.name }} run: npm run build - working-directory: ${{ matrix.directory }} + working-directory: packages/${{ matrix.directory }}