diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d89afbf9..9a8a27e5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,5 +72,11 @@ jobs: path: target/debug - name: Run tests run: cargo test --verbose + - name: Move linutil to root + run: mv target/debug/linutil linutil - name: Replace linutil binary - run: cp target/debug/linutil ./linutil \ No newline at end of file + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "Replace linutil binary" + file_pattern: linutil + commit_options: "--allow-empty --no-verify" \ No newline at end of file