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: