Skip to content

Commit

Permalink
Include LICENSE.txt and NOTICE.txt in the MLTBX file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Mar 13, 2024
1 parent f309dd0 commit 7d3b429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ jobs:
tar -xzvf matlab-arrow-ubuntu.tar.gz
tar -xzvf matlab-arrow-macos.tar.gz
tar -xzvf matlab-arrow-windows.tar.gz
- name: Copy LICENSE.txt and NOTICE.txt for packaging
run: |
cp arrow/LICENSE.txt arrow/matlab/install/arrow_matlab/LICENSE.txt
cp arrow/NOTICE.txt arrow/matlab/install/arrow_matlab/NOTICE.txt
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v1
with:
Expand Down

0 comments on commit 7d3b429

Please sign in to comment.