Skip to content

Commit

Permalink
Fix Upload artifacts step in macos-arm64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 15, 2024
1 parent 4166464 commit daf8557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: matlab-arrow-macos.tar.gz
path: matlab-arrow-macos.tar.gz
name: matlab-arrow-macos-arm64.tar.gz
path: matlab-arrow-macos-arm64.tar.gz

windows:
name: AMD64 Windows 2022 MATLAB
Expand Down

0 comments on commit daf8557

Please sign in to comment.