Skip to content

Commit b72b3ba

Browse files
authored
attest-build-provenance.yml
1 parent 25cbc33 commit b72b3ba

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
@@ -11,7 +11,7 @@ permissions:
1111
id-token: write
1212

1313
env:
14-
OUT_DIR: '/dist'
14+
OUT_DIR: 'dist'
1515

1616
jobs:
1717
build:
@@ -20,7 +20,9 @@ jobs:
2020
- name: Checkout
2121
uses: actions/[email protected]
2222
- name: Artifact, Checkout
23-
uses: asafHalely/[email protected]
23+
uses: ouzi-dev/[email protected]
24+
with:
25+
target: '${{ github.workspace }}/${{ env.OUT_DIR }}/Employee_Management_System'
2426
- name: Attest
2527
uses: actions/[email protected]
2628
with:

0 commit comments

Comments
 (0)