Skip to content

Commit cf4caf2

Browse files
committed
👷 misc(CD): create attestation for packaged executables
1 parent d19b53e commit cf4caf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cd.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: bash
6262
run: poetry run python -m nuitka --github-workflow-options shuku/cli.py
6363

64-
- name: Generate attestation
64+
- name: Generate build attestation
6565
uses: actions/attest-build-provenance@v1
6666
with:
6767
subject-path: 'build/shuku*'
@@ -114,6 +114,11 @@ jobs:
114114
(cd dist && sha256sum "$archive_name" > "$archive_name.sha256")
115115
done
116116
117+
- name: Generate package attestations
118+
uses: actions/attest-build-provenance@v1
119+
with:
120+
subject-path: 'dist/*'
121+
117122
- name: Upload artifacts
118123
uses: actions/upload-artifact@v4
119124
with:

0 commit comments

Comments
 (0)