From 5ef9cc3cd7f55373560dfaed6e452a96156e13ec Mon Sep 17 00:00:00 2001 From: Danil Date: Sun, 23 Jun 2024 18:45:50 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB=D1=8F=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 231f315..aea55ac 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -38,10 +38,10 @@ jobs: token: ${{secrets.RELEASE_TOKEN}} - name: Get files (Linux) if: matrix.platform == 'ubuntu-latest' - run: ls -l + run: ls -l src-tauri - name: Get files (Windows) if: matrix.platform == 'windows-latest' - run: dir + run: dir src-tauri - name: Check repository uses: SpicyPizza/create-envfile@v2.0 with: