File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7474 with :
7575 path : |
7676 ${{ steps.working-dir.outputs.value }}/bin/asconfig
77- key : ${{ env.cache-name }}-${{ env.cache-index }}-${{ runner .os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ steps.tag.outputs.tag }}
77+ key : ${{ env.cache-name }}-${{ env.cache-index }}-${{ matrix .os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ steps.tag.outputs.tag }}
7878 - name : Build mac asconfig
7979 if : steps.cache-asconfig.outputs.cache-hit != 'true'
8080 working-directory : ${{ steps.working-dir.outputs.value }}
8787 asconfig --version 2>&1 | grep "Aerospike Config"
8888 - uses : actions/upload-artifact@v4
8989 with :
90- name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner .os }}-${{ steps.system-info.outputs.release }}-asconfig
90+ name : ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix .os }}-${{ steps.system-info.outputs.release }}-asconfig
9191 path : ${{ steps.working-dir.outputs.value }}/bin/asconfig
9292 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments