Skip to content

Commit 2e997e4

Browse files
committed
Fix workflows
1 parent 68358d5 commit 2e997e4

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Check binary
3333
run: |
34-
if [ -f "target/release/trial" ]; then
34+
if [ -f "target/release/trial-api" ]; then
3535
echo "✅ Binary built successfully"
3636
file target/release/trial-api
3737
ls -lh target/release/trial-api

0 commit comments

Comments
 (0)