Skip to content

Commit

Permalink
Update OnPush.yml attestation path
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 3, 2024
1 parent b619e48 commit 2d41ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d41ba8

Please sign in to comment.