From 9140d46f113658affc0afd5614229619afd6b534 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 4 Jun 2022 14:32:43 -0400 Subject: [PATCH] workflows/release: include sigs and certs in assets Signed-off-by: William Woodruff --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 923d92f8..854e47ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,4 +67,8 @@ jobs: # created the release that triggered the action. uses: softprops/action-gh-release@v1 with: - files: dist/* + # dist/ contains the built packages, which smoketest-artifacts/ + # contains the signatures and certificates. + files: | + dist/* + smoketest-artifacts/*