Skip to content

Commit

Permalink
upload only the allinone package
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 22, 2023
1 parent 96e1390 commit 6f6b493
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ jobs:
mkdir packages
mkdir zmat
mkdir -p zmat/private
mkdir -p zmat/example
cp *.{m,txt,rst} zmat/
cp -a example zmat/
cp -a example/*.m zmat/example
cp -a test zmat/
- name: Create release tag
run: perl -e "print 'RELEASE_TAG='. lc('${{ runner.os }}-${{ runner.arch }}-github-latest')" >> $GITHUB_ENV
Expand Down Expand Up @@ -220,5 +221,5 @@ jobs:
server: ${{ secrets.MCX_SERVER }}
username: ${{ secrets.MCX_SERVER_USER }}
ssh_private_key: ${{ secrets.MCX_SERVER_SSH_KEY }}
local_path: "packages/*"
local_path: "packages/zmat-allinone-github-latest.zip"
remote_path: ${{ secrets.MCX_CI_PATH }}

0 comments on commit 6f6b493

Please sign in to comment.