From 5fcc999b7df0f5cc71cfd9b74ea494b96486f84f Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 18 Jan 2024 11:57:22 -0800 Subject: [PATCH] fix create release action --- .github/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8769bef92e..a6ae6e425b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,8 +48,9 @@ jobs: - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a - name: create release run: > - gh release create --draft --repo ${{ github.repository }} ${{ github.ref_name }} *.intoto.jsonl/* artifact/* - + gh release create --draft --repo ${{ github.repository }} + ${{ github.ref_name }} + *.intoto.jsonl/* dist/* env: GH_TOKEN: ${{ github.token }} publish-pypi: