From 771267d713bfbd74753a2bc72516ab575215c424 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 13 Apr 2026 12:19:00 +0100 Subject: [PATCH] build: fix `make fetch-gui` in CI workflow - it was in the wrong place --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbe1a286b..645983194 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,6 +164,11 @@ jobs: printf "\n\nSystem environment:\n\n" env + - name: Fetch GUI + run: make fetch-gui + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Build rclone run: | make @@ -231,11 +236,6 @@ jobs: check-latest: true cache: false - - name: Fetch GUI dist - run: make fetch-gui - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Cache uses: actions/cache@v5 with: