Skip to content

Commit babff70

Browse files
committed
build: use matrix.os
use matrix.co - cache key - upload-artifacts
1 parent 1a3d44c commit babff70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac-artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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 }}
@@ -87,6 +87,6 @@ jobs:
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

0 commit comments

Comments
 (0)