Skip to content

Commit aec66e9

Browse files
authored
Remove cargo config from nix bundle (#300)
* Remove cargo config from nix bundle * Copy include files
1 parent 6b63df1 commit aec66e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ jobs:
116116
- name: Create Vendored Folders
117117
run: |
118118
export CARGO_HOME=`pwd`
119+
cp -r include native
119120
cd native
120121
121122
sed -i 's/version = "0.1.0"/version = "${{ steps.setversion.outputs.packageVersion }}"/g' Cargo.toml
122123
mv .cargo/_config.toml .cargo/config.toml
124+
rm .cargo/config
123125
124126
cargo vendor
125127
cargo build

0 commit comments

Comments
 (0)