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 a9ad84f commit fbe6344Copy full SHA for fbe6344
.github/workflows/conanfile_ci.yml
@@ -63,4 +63,6 @@ jobs:
63
run: meson test -C builddir -v
64
65
- name: Package
66
- run: conan create . --name=fossil_test --version=1.2.8
+ run: |
67
+ PKG_NAME=$(echo "${{ github.event.repository.name }}" | tr '-' '_')
68
+ conan create . --name=$PKG_NAME --version=${{ github.ref_name }}
0 commit comments