Skip to content

Commit

Permalink
Merge pull request #317 from aerospike/use-matrix-os
Browse files Browse the repository at this point in the history
build: use matrix.os
  • Loading branch information
a-spiker authored Nov 6, 2024
2 parents c7ce904 + d8e7507 commit 903a650
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 }}/build/bin
key: ${{ env.cache-name }}-${{ env.cache-index }}-${{ runner.os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ env.PYTHON_VERSION }}-${{ steps.tag.outputs.tag }}
key: ${{ env.cache-name }}-${{ env.cache-index }}-${{ matrix.os }}-${{ runner.arch }}-${{ steps.system-info.outputs.release }}-${{ env.PYTHON_VERSION }}-${{ steps.tag.outputs.tag }}
- name: Pipenv setup
if: steps.cache-asadm-asinfo.outputs.cache-hit != 'true'
working-directory: ${{ steps.working-dir.outputs.value }}
Expand Down Expand Up @@ -102,6 +102,6 @@ jobs:
tar -C build/bin/ -cvf asadm.tar asadm
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asadm
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ matrix.os }}-${{ steps.system-info.outputs.release }}-asadm
path: ${{ steps.working-dir.outputs.value }}/asadm.tar
if-no-files-found: error

0 comments on commit 903a650

Please sign in to comment.