Skip to content

Commit

Permalink
Merge pull request #38 from Cosmian/fix/cargo_publish
Browse files Browse the repository at this point in the history
Fix cargo publish
  • Loading branch information
Manuthor authored Sep 28, 2022
2 parents 7cd0662 + cc870c8 commit cd2ed9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,6 @@ cargo_publish:
- rm -rf /tmp/cover_crypt
- cp -rf . /tmp/cover_crypt
- cd /tmp/cover_crypt
- rm -rf jniLibs target
- cargo publish --token $CRATES_IO
- rm -rf /tmp/cover_crypt

0 comments on commit cd2ed9c

Please sign in to comment.