Skip to content

Commit d53f6a1

Browse files
authored
Extra Args - attest-build-provenance.yml
1 parent 05a819a commit d53f6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/attest-build-provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020
- name: Artifact, Checkout
21-
run: make ${{ env.OUT_DIR }}/Employee_Management_System
21+
run: ./configure && make ${{ env.OUT_DIR }}/Employee_Management_System
2222
- name: Attest
2323
uses: actions/attest-build-provenance@v1
2424
with:
25-
subject-path: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'
25+
subject-path: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'

0 commit comments

Comments
 (0)