Skip to content

Commit 9cab7ed

Browse files
authored
attest-build-provenance.yml
1 parent 181daab commit 9cab7ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/[email protected]
22-
- name: MakeFile.
23-
run: "cd /home/runner/work/Typescript-ASP.NET--EmployeeManagementSystem/Typescript-ASP.NET--EmployeeManagementSystem/dist/Employee_Management_System && ./configure && make"
22+
- name: Artifact Clean .make*
23+
uses: zhuxb711/[email protected]
24+
with:
25+
token: '${{ github.token }}'
2426
- name: Artifact, Checkout
2527
uses: ouzi-dev/[email protected]
2628
with:

0 commit comments

Comments
 (0)