From 642b5327cfd228afdd1451811755ab0001beec96 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Wed, 3 Jul 2024 08:47:30 +0000 Subject: [PATCH] sigh --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae80daae308e..4c349ff13a6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -212,7 +212,6 @@ jobs: path: js/ccf-app/${{ steps.build_tstgz.outputs.name }} if: "${{ matrix.platform.name == 'sgx' }}" - create_release: needs: build_release name: Create Release @@ -256,7 +255,9 @@ jobs: CCF_VERSION=${{ github.ref_name }} CCF_VERSION=${CCF_VERSION#ccf-} ls pkg - gh release create --title $CCF_VERSION --draft --notes-file rel-notes.md pkg/* python/* js/ccf-app/dist/* + ls wheel + ls tstgz + gh release create --title $CCF_VERSION --draft --notes-file rel-notes.md pkg/* wheel/* tstgz/* shell: bash env: GH_TOKEN: ${{ github.token }}