From 6908dd486cf600419e824104b0f6d6cf5678c28f Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Thu, 19 Feb 2026 21:27:58 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BD=D0=B5=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D1=81?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B2=20=D1=80=D0=B5=D0=B7?= =?UTF-8?q?=D1=83=D0=BB=D1=8C=D1=82=D0=B0=D1=82=D0=B5=20=D0=BA=D1=8D=D1=88?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D1=8B=D1=85=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/linux.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index ed1951a..dadad96 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -26,9 +26,9 @@ jobs: uses: actions/cache@v5 with: path: ${{ env.HOME }}/.npm-cache - key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }} + key: ${{ runner.os }}-npm-linux-${{ hashFiles('**/package.json') }} restore-keys: | - ${{ runner.os }}-npm- + ${{ runner.os }}-npm-linux- if-no-files-found: ignore # Кэш для electron-builder - name: Cache electron-builder @@ -37,9 +37,9 @@ jobs: path: | ${{ env.HOME }}/Library/Caches/electron-builder ${{ env.HOME }}/Library/Caches/electron - key: ${{ runner.os }}-electron-builder-${{ hashFiles('**/electron-builder.yml') }} + key: ${{ runner.os }}-electron-linux-builder-${{ hashFiles('**/electron-builder.yml') }} restore-keys: | - ${{ runner.os }}-electron-builder- + ${{ runner.os }}-electron-linux-builder- if-no-files-found: ignore - name: NPM offline setup shell: bash