Skip to content

Commit 702bb56

Browse files
authored
ci: extend artifact attestations to all release binaries (#1398)
The VM driver artifacts were already attested. Expand the attest step to cover CLI, gateway, supervisor, deb, rpm, and wheel artifacts so all release binaries can be verified with gh attestation verify. Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
1 parent a7cd160 commit 702bb56

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -797,13 +797,14 @@ jobs:
797797
--output release/openshell.rb
798798
cat release/openshell.rb
799799
800-
- name: Attest VM driver artifacts
800+
- name: Attest release artifacts
801801
uses: actions/attest@v4
802802
with:
803803
subject-path: |
804-
release/openshell-driver-vm-x86_64-unknown-linux-gnu.tar.gz
805-
release/openshell-driver-vm-aarch64-unknown-linux-gnu.tar.gz
806-
release/openshell-driver-vm-aarch64-apple-darwin.tar.gz
804+
release/*.tar.gz
805+
release/*.deb
806+
release/*.rpm
807+
release/*.whl
807808
808809
- name: Prune removed VM checksum asset
809810
uses: actions/github-script@v9

0 commit comments

Comments
 (0)