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 7360567 commit b287e93Copy full SHA for b287e93
.github/workflows/cpack.yml
@@ -107,7 +107,7 @@ jobs:
107
shell: bash
108
env:
109
KEY_PREFIX: vcpkg_cache-cpack-${{ matrix.arch.rpm }}-${{ matrix.distro.name }}-${{ matrix.distro.version }}
110
- ACTION_HASH: ${{ hashFiles(format('./.github/actions/openziti-tunnel-build-action/{0}_{1}', matrix.distro.name, matrix.distro.version)) }}
+ ACTION_HASH: ${{ hashFiles(format('./.github/actions/openziti-tunnel-build-action/{0}-{1}', matrix.distro.name, matrix.distro.version)) }}
111
CONFIG_HASH: ${{ hashFiles('./vcpkg.json') }}
112
run: |
113
set -o pipefail
0 commit comments