Skip to content

Commit

Permalink
reduce size
Browse files Browse the repository at this point in the history
Signed-off-by: 迷渡 <[email protected]>
  • Loading branch information
justjavac committed Jan 27, 2021
1 parent cd88a3c commit 9cce027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,14 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
cd target/release
strip dvm
zip -r dvm-x86_64-unknown-linux-gnu.zip dvm
- name: Pre-release (mac)
if: startsWith(matrix.os, 'macOS')
run: |
cd target/release
strip dvm
zip -r dvm-x86_64-apple-darwin.zip dvm
- name: Pre-release (windows)
Expand Down

0 comments on commit 9cce027

Please sign in to comment.