Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit bee4b35

Browse files
authored
Fix attestiation job by providing both artifacts (#235)
1 parent 086e4f9 commit bee4b35

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,15 @@ jobs:
2929
- name: Test camblet-driver Debian package
3030
run: sudo apt install -y ../camblet-driver_${{github.ref_name}}_all.deb
3131

32-
- name: Generate artifact attestation for deb package
33-
uses: actions/attest-build-provenance@v1
34-
with:
35-
subject-path: '../camblet-driver_*.deb'
36-
3732
- name: Build camblet-driver RedHat package
3833
run: make rpm
3934
with:
4035
subject-path: 'rpmbuild/RPMS/noarch/camblet-driver-*.rpm'
4136

42-
- name: Generate artifact attestation for rpm package
37+
- name: Generate artifact attestation for deb and rpm packages
4338
uses: actions/attest-build-provenance@v1
39+
with:
40+
subject-path: '../camblet-driver_*.deb, rpmbuild/RPMS/noarch/camblet-driver-*.rpm'
4441

4542
- name: Release
4643
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)