Skip to content

Commit bab9266

Browse files
committed
use underscores consistently
1 parent 46958c2 commit bab9266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
id: get_vcpkg_cache_key
107107
shell: bash
108108
env:
109-
KEY_PREFIX: vcpkg_cache-cpack-${{ matrix.arch.rpm }}-${{ matrix.distro.name }}-${{ matrix.distro.version }}
109+
KEY_PREFIX: vcpkg_cache-cpack-${{ matrix.arch.rpm }}_${{ matrix.distro.name }}_${{ matrix.distro.version }}
110110
ACTION_HASH: ${{ hashFiles(format('./.github/actions/openziti-tunnel-build-action/{0}-{1}', matrix.distro.name, matrix.distro.version)) }}
111111
CONFIG_HASH: ${{ hashFiles('./vcpkg.json') }}
112112
run: |

0 commit comments

Comments
 (0)