We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a819a commit d53f6a1Copy full SHA for d53f6a1
.github/workflows/attest-build-provenance.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v4
20
- name: Artifact, Checkout
21
- run: make ${{ env.OUT_DIR }}/Employee_Management_System
+ run: ./configure && make ${{ env.OUT_DIR }}/Employee_Management_System
22
- name: Attest
23
uses: actions/attest-build-provenance@v1
24
with:
25
- subject-path: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'
+ subject-path: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'
0 commit comments