We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b72112 commit 3b33793Copy full SHA for 3b33793
1 file changed
.github/workflows/release-rust.yml
@@ -35,9 +35,7 @@ jobs:
35
- name: Create Archive
36
run: |
37
cp -r include native
38
- rm native/build.rs
39
sed -i 's/version = "0.1.0"/version = "${{ env.PACKAGE_VERSION }}"/g' native/Cargo.toml
40
- echo "cargo build --release" > native/build.sh
41
chmod 755 native/build.sh
42
mv native okapi
43
tar -czvf okapi-${{ env.PACKAGE_VERSION }}.tar.gz okapi
0 commit comments