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' }}