Skip to content

Commit

Permalink
Fixed OnPush.yml artifact attestation path
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 3, 2024
1 parent d301e9c commit b619e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ jobs:
run: .\prePacking.bat .\out\build\${{runner.arch}}-${{matrix.build_type}}-${{matrix.compiler}}\bin

- name: Generate Artifact Attestation
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/*
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"'

- name: Archive Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b619e48

Please sign in to comment.