From 2f53b0c2282c3bfc8fb6cf2448416913794a2f3a Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Wed, 8 May 2024 10:37:02 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b7f8a..0c6f055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: uses: actions/attest-build-provenance@v1.1.0 with: subject-path: | - 'bin/**/Release/*' + 'bin\**\Release\*' '*-windows-release.zip' - name: Release if: ${{ github.event_name == 'release' }}