Skip to content

Commit 903a650

Browse files
authored
Merge pull request #317 from aerospike/use-matrix-os
build: use matrix.os
2 parents c7ce904 + d8e7507 commit 903a650

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 }}/build/bin
77-
key: ${{ env.cache-name }}-${{ env.cache-index }}-${{ runner.os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ env.PYTHON_VERSION }}-${{ steps.tag.outputs.tag }}
77+
key: ${{ env.cache-name }}-${{ env.cache-index }}-${{ matrix.os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ env.PYTHON_VERSION }}-${{ steps.tag.outputs.tag }}
7878
- name: Pipenv setup
7979
if: steps.cache-asadm-asinfo.outputs.cache-hit != 'true'
8080
working-directory: ${{ steps.working-dir.outputs.value }}
@@ -102,6 +102,6 @@ jobs:
102102
tar -C build/bin/ -cvf asadm.tar asadm
103103
- uses: actions/upload-artifact@v4
104104
with:
105-
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asadm
105+
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix.os }}-${{ steps.system-info.outputs.release }}-asadm
106106
path: ${{ steps.working-dir.outputs.value }}/asadm.tar
107107
if-no-files-found: error

0 commit comments

Comments
 (0)