Skip to content

Commit 6b52bfd

Browse files
committed
clean final binary package
1 parent 72bdd05 commit 6b52bfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
mkdir -p zmat/octave/${{ env.OCTAVE_ARCH }}
119119
cp *.{m,txt,rst} zmat/
120120
cp PKG_ADD* zmat/
121+
cp INDEX zmat/
122+
cp DESCRIPTION zmat/
123+
cp COPYING zmat/
121124
cp -a example zmat/
122125
cp -a test zmat/
123126
- name: Create release tag
@@ -241,6 +244,7 @@ jobs:
241244
run: |
242245
cd packages
243246
unzip -n 'zmat*.zip'
247+
rm -rf zmat/example/c/testzmat.exe zmat/example/c/testzmat zmat/example/c/testzmat.dSYM
244248
tree .
245249
zip -FSr --symlink zmat-allinone-github-latest.zip zmat
246250
rm -rf zmat

0 commit comments

Comments
 (0)