|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
uses: actions/cache@v2
|
|
|
with:
|
|
|
path: source/_build/default/lib/quicer/
|
|
|
- key: ${{ matrix.os }}-${{ matrix.otp }}-$${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
|
|
|
+ key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
|
|
|
|
|
|
- name: build EMQ X CE and EE tgz package
|
|
|
if: endsWith(github.repository, 'emqx')
|