Skip to content

Commit 3b33793

Browse files
authored
Fix incorrect file reference (#270)
1 parent 2b72112 commit 3b33793

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release-rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Create Archive
3636
run: |
3737
cp -r include native
38-
rm native/build.rs
3938
sed -i 's/version = "0.1.0"/version = "${{ env.PACKAGE_VERSION }}"/g' native/Cargo.toml
40-
echo "cargo build --release" > native/build.sh
4139
chmod 755 native/build.sh
4240
mv native okapi
4341
tar -czvf okapi-${{ env.PACKAGE_VERSION }}.tar.gz okapi

0 commit comments

Comments
 (0)