Skip to content

Commit 5829d30

Browse files
authored
fix release workflow (#372)
1 parent b3cf924 commit 5829d30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
2828

2929
- name: create conan package
30-
run: conan create conanfile.py odrcore/${VERSION}@ -s compiler.libcxx=libstdc++11 --build missing
30+
run: conan create conanfile.py --name odrcore --verion ${VERSION} -s compiler.libcxx=libstdc++11 --build missing
3131

3232
- name: upload to conan repo
33-
run: conan upload "*" --remote odr --confirm --all --no-overwrite all
33+
run: conan upload "*" --remote odr --confirm

0 commit comments

Comments
 (0)