Skip to content

Commit 3895429

Browse files
committed
fixed file path
1 parent 220e322 commit 3895429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Run y.sh cargo build
7777
run: |
7878
EMBED_LTO_BITCODE=1 CHANNEL="release" ./y.sh cargo build --release --manifest-path tests/hello-world/Cargo.toml
79-
asm=$(objdump -dj .text tests/hello-world/target/debug/hello_world)
79+
asm=$(objdump -dj .text tests/hello-world/target/release/hello_world)
8080
if echo asm | grep -q "call .*mylib.*my_func" ; then
8181
echo "call my_func found in asm"
8282
exit 1

0 commit comments

Comments
 (0)