Skip to content

Commit

Permalink
avoid unzipping warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 11, 2023
1 parent 1faa998 commit 073184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Create all-in-one octave mmclab
run: |
cd packages
unzip 'mmclab*.zip' -d mmclab
unzip -n 'mmclab*.zip' -d mmclab
zip -FSr --symlink mmclab-octave-allinone-github-latest.zip mmclab
rm -rf mmclab
- name: Display structure of downloaded files
Expand Down

0 comments on commit 073184c

Please sign in to comment.