diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index 48e73cd..511eae6 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -74,7 +74,7 @@ jobs: with: path: | ${{ steps.working-dir.outputs.value }}/bin/asconfig - key: ${{ env.cache-name }}-${{ env.cache-index }}-${{ runner.os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ steps.tag.outputs.tag }} + key: ${{ env.cache-name }}-${{ env.cache-index }}-${{ matrix.os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ steps.tag.outputs.tag }} - name: Build mac asconfig if: steps.cache-asconfig.outputs.cache-hit != 'true' working-directory: ${{ steps.working-dir.outputs.value }} @@ -87,6 +87,6 @@ jobs: asconfig --version 2>&1 | grep "Aerospike Config" - uses: actions/upload-artifact@v4 with: - name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asconfig + name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix.os }}-${{ steps.system-info.outputs.release }}-asconfig path: ${{ steps.working-dir.outputs.value }}/bin/asconfig if-no-files-found: error \ No newline at end of file