Skip to content

Commit 162eb89

Browse files
committed
Fix incorrect file reference
1 parent 2b72112 commit 162eb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create Archive
3636
run: |
3737
cp -r include native
38-
rm native/build.rs
38+
rm native/_build.rs
3939
sed -i 's/version = "0.1.0"/version = "${{ env.PACKAGE_VERSION }}"/g' native/Cargo.toml
4040
echo "cargo build --release" > native/build.sh
4141
chmod 755 native/build.sh

0 commit comments

Comments
 (0)