Skip to content

Commit

Permalink
clean final binary package
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 22, 2023
1 parent 72bdd05 commit 6b52bfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_test.yml
Expand Up @@ -118,6 +118,9 @@ jobs:
mkdir -p zmat/octave/${{ env.OCTAVE_ARCH }}
cp *.{m,txt,rst} zmat/
cp PKG_ADD* zmat/
cp INDEX zmat/
cp DESCRIPTION zmat/
cp COPYING zmat/
cp -a example zmat/
cp -a test zmat/
- name: Create release tag
Expand Down Expand Up @@ -241,6 +244,7 @@ jobs:
run: |
cd packages
unzip -n 'zmat*.zip'
rm -rf zmat/example/c/testzmat.exe zmat/example/c/testzmat zmat/example/c/testzmat.dSYM
tree .
zip -FSr --symlink zmat-allinone-github-latest.zip zmat
rm -rf zmat
Expand Down

0 comments on commit 6b52bfd

Please sign in to comment.