Skip to content

Commit 5fcc999

Browse files
committed
fix create release action
1 parent da3a0dd commit 5fcc999

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
4949
- name: create release
5050
run: >
51-
gh release create --draft --repo ${{ github.repository }} ${{ github.ref_name }} *.intoto.jsonl/* artifact/*
52-
51+
gh release create --draft --repo ${{ github.repository }}
52+
${{ github.ref_name }}
53+
*.intoto.jsonl/* dist/*
5354
env:
5455
GH_TOKEN: ${{ github.token }}
5556
publish-pypi:

0 commit comments

Comments
 (0)