From 2d41ba8c8b1e1abb73a0fabdafe85a464fe2d096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=A1=E5=B8=B8?= <3142324836@qq.com> Date: Mon, 3 Jun 2024 17:47:15 +0800 Subject: [PATCH] Update OnPush.yml attestation path --- .github/workflows/OnPush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OnPush.yml b/.github/workflows/OnPush.yml index aae3b1b8..88d1a10a 100644 --- a/.github/workflows/OnPush.yml +++ b/.github/workflows/OnPush.yml @@ -170,7 +170,7 @@ jobs: if: runner.os == 'Windows' uses: actions/attest-build-provenance@v1 with: - subject-path: '"${{github.workspace}}/out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/*.exe","${{github.workspace}}/out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/*.dll","${{github.workspace}}/out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/*.vst3"' + subject-path: '"${{github.workspace}}/out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/*.exe","${{github.workspace}}/out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/*.dll","${{github.workspace}}/out/build/${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}/bin/synth-engines/*.vst3"' - name: Archive Artifacts uses: actions/upload-artifact@v4