Skip to content

Commit

Permalink
upload all zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 23, 2023
1 parent 6f6b493 commit fb1a63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ jobs:
server: ${{ secrets.MCX_SERVER }}
username: ${{ secrets.MCX_SERVER_USER }}
ssh_private_key: ${{ secrets.MCX_SERVER_SSH_KEY }}
local_path: "packages/zmat-allinone-github-latest.zip"
local_path: "packages/*"
remote_path: ${{ secrets.MCX_CI_PATH }}
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ oct: LINKOPT+=--mex $(INCLUDEDIRS)
mex: CXX=$(MEX)
mex: OUTPUTFLAG:=-output
mex: AR=$(MEX) zmat.cpp $(INCLUDEDIRS)
mex: LINKOPT+= -cxx CXXLIBS="$$CXXLIBS $(LIBZLIB) -static-libstdc++" -outdir $(ZMATDIR)
mex: LINKOPT+= -cxx LDFLAGS="-L$$TMW_ROOT$$MATLABROOT/sys/os/$$ARCH $$LDFLAGS $(MEXLINKOPT) $(LIBZLIB) -static-libgcc -static-libstdc++" -outdir $(ZMATDIR)
mex: ARFLAGS :=
mex: OUTPUT_DIR=..

Expand Down

0 comments on commit fb1a63d

Please sign in to comment.