We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68358d5 commit 2e997e4Copy full SHA for 2e997e4
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Check binary
33
run: |
34
- if [ -f "target/release/trial" ]; then
+ if [ -f "target/release/trial-api" ]; then
35
echo "✅ Binary built successfully"
36
file target/release/trial-api
37
ls -lh target/release/trial-api
0 commit comments