From 982a08475be8d7c7ed72b36ec1dc29a09b2876df Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Wed, 8 May 2024 10:54:24 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72903d8..195f393 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,8 +107,8 @@ jobs: uses: actions/attest-build-provenance@v1.1.0 with: subject-path: | - 'bin\Win32\Release\*' - 'bin\x64\Release\*' + 'bin\**\Release\*.exe' + 'bin\**\Release\*.lib' '*-windows-release.zip' - name: Release if: ${{ github.event_name == 'release' }}