Skip to content

Commit

Permalink
Add cargo-capi to the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jul 13, 2020
1 parent edd1bdb commit a37a4ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ jobs:
- name: Strip gnu binaries
if: matrix.conf == 'gnu'
run: |
strip "target\release\cargo-cbuild.exe" `
strip "target\release\cargo-capi.exe" `
"target\release\cargo-cbuild.exe" `
"target\release\cargo-cinstall.exe"
- name: Create zip
run: |
7z a cargo-c-windows-${{ matrix.conf }}.zip `
"target\release\cargo-capi.exe" `
"target\release\cargo-cbuild.exe" `
"target\release\cargo-cinstall.exe"
Expand Down

0 comments on commit a37a4ef

Please sign in to comment.