We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cf924 commit 5829d30Copy full SHA for 5829d30
1 file changed
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
28
29
- name: create conan package
30
- run: conan create conanfile.py odrcore/${VERSION}@ -s compiler.libcxx=libstdc++11 --build missing
+ run: conan create conanfile.py --name odrcore --verion ${VERSION} -s compiler.libcxx=libstdc++11 --build missing
31
32
- name: upload to conan repo
33
- run: conan upload "*" --remote odr --confirm --all --no-overwrite all
+ run: conan upload "*" --remote odr --confirm
0 commit comments