Skip to content

Commit

Permalink
Fixed OnPush.yml path
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 3, 2024
1 parent d58abbd commit d301e9c
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 @@ -169,7 +169,7 @@ jobs:
- name: Generate Artifact Attestation
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/*

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

0 comments on commit d301e9c

Please sign in to comment.