Skip to content

Commit

Permalink
build: use matrix.os
Browse files Browse the repository at this point in the history
use matrix.co
- cache key
- upload-artifacts
  • Loading branch information
a-spiker committed Nov 6, 2024
1 parent 1a3d44c commit babff70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit babff70

Please sign in to comment.