update unit test

This commit is contained in:
Chris Titus 2024-07-13 18:58:47 -05:00
parent 15a70b5fb8
commit 1bc3582ebb

View File

@ -40,5 +40,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Replace linutil binary"
file_pattern: /target/release/linutil
file_pattern: target/release/linutil
commit_options: "--allow-empty --no-verify"