mirror of
https://github.com/zama-ai/concrete.git
synced 2026-05-09 03:00:34 -04:00
fix(ci): missing backslashes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user