From c0fbc0fbd95c069544445e4bcf1f779722a81881 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Thu, 28 Sep 2023 11:05:21 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D1=8E=D1=8E=20=D0=B2=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bf4eee..694fafd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,8 @@ jobs: uses: thedoctor0/zip-release@0.7.1 with: type: 'zip' - filename: '${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.spec }}.zip' - path: 'dist' + directory: 'dist' + filename: "../${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.spec }}.zip" - name: Загрузка артефактов uses: actions/upload-artifact@v3 with: