Skip to content

Commit 2075a42

Browse files
authored
Update rust.yml
1 parent 2539c61 commit 2075a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Build
1313
run: |
1414
cargo build --verbose --release
15-
cp target/release/3dtile.exe bin/
15+
cp target/release/_3dtile.exe bin/
1616
1717
- name: Run tests
1818
run: cargo test --verbose

0 commit comments

Comments
 (0)