File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 timeout-minutes : 10
2828
2929 - name : " Upload Build Artifact"
30- uses : actions/upload-artifact@v4
31- id : " upload"
32- with :
33- name : " Install files"
34- path : " ./access-add-in/*"
35- if-no-files-found : warn
30+ uses : actions/upload-artifact@v4
31+ id : " upload"
32+ with :
33+ name : " Install files"
34+ path : " ./access-add-in/*"
35+ if-no-files-found : warn
3636 - name : " Attestation"
37- uses : actions/attest-build-provenance@v2
38- with :
39- subject-name : " BInstall files"
40- subject-digest : sha256:${{ steps.upload.outputs.artifact-digest }}
37+ uses : actions/attest-build-provenance@v2
38+ with :
39+ subject-name : " BInstall files"
40+ subject-digest : sha256:${{ steps.upload.outputs.artifact-digest }}
You can’t perform that action at this time.
0 commit comments