Skip to content

Commit fbe6344

Browse files
Update conanfile_ci.yml
1 parent a9ad84f commit fbe6344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conanfile_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ jobs:
6363
run: meson test -C builddir -v
6464

6565
- name: Package
66-
run: conan create . --name=fossil_test --version=1.2.8
66+
run: |
67+
PKG_NAME=$(echo "${{ github.event.repository.name }}" | tr '-' '_')
68+
conan create . --name=$PKG_NAME --version=${{ github.ref_name }}

0 commit comments

Comments
 (0)