From 2f94adbc68a73d304a5755e34ebdedb55f77db0d Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Tue, 28 May 2024 13:20:41 -0400 Subject: [PATCH] fix workflow file --- dev/tasks/matlab/github.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev/tasks/matlab/github.yml b/dev/tasks/matlab/github.yml index 7366818ae619c..c9d0ad8b3f05c 100644 --- a/dev/tasks/matlab/github.yml +++ b/dev/tasks/matlab/github.yml @@ -60,9 +60,8 @@ jobs: macos: {% set arch = '${{ matrix.platform.architecture}}' %} - {% set macos-version = '${{ matrix.platform.macos-version}}' %} - name: {{ arch }} macOS {{ macos-version }} MATLAB - runs-on: macos-{{ macos-version }} + name: {{ arch }} macOS MATLAB + runs-on: macos-{{ '${{ matrix.platform.macos-version }}' }} strategy: matrix: platform: @@ -84,14 +83,14 @@ jobs: run: | arrow/dev/tasks/matlab/rename_macos_dynamic_libraries.sh \ arrow/matlab/install/arrow_matlab/+libmexclass/+proxy \ - {{ '${{ matrix.architecture-suffix }}' }} + {{ '${{ matrix.platform.architecture-suffix }}' }} - name: Compress into single artifact - run: tar -cvzf matlab-arrow-macos-{{ '${{ matrix.architecture-suffix }}' }}.tar.gz arrow/matlab/install/arrow_matlab + run: tar -cvzf matlab-arrow-macos-{{ '${{ matrix.platform.architecture-suffix }}' }}.tar.gz arrow/matlab/install/arrow_matlab - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: matlab-arrow-macos-{{ '${{ matrix.architecture-suffix }}' }}.tar.gz - path: matlab-arrow-macos-{{ '${{ matrix.architecture-suffix }}' }}.tar.gz + name: matlab-arrow-macos-{{ '${{ matrix.platform.architecture-suffix }}' }}.tar.gz + path: matlab-arrow-macos-{{ '${{ matrixplatform.architecture-suffix }}' }}.tar.gz windows: name: AMD64 Windows 2022 MATLAB