fix(ci): missing backslashes

This commit is contained in:
aquint-zama
2024-06-11 15:00:16 +02:00
committed by Alex Quint
parent fcc2739745
commit 54a6d8a1d4

View File

@@ -245,9 +245,10 @@ jobs:
if: ${{ env.RELEASE_TYPE == 'public' || env.RELEASE_TYPE == 'nightly' }}
run: |
export TAG=$(git describe --tags --abbrev=0)
gh release create --draft --repo ${{ github.repository }}
--verify-tag $TAG
*.intoto.jsonl/* wheels/*
echo $TAG
gh release create --draft --repo ${{ github.repository }} \
--verify-tag $TAG \
wheels/*
env:
GH_TOKEN: ${{ github.token }}
- name: Upload wheels to S3