release dir

This commit is contained in:
Chris Titus 2024-07-18 17:11:01 -05:00
parent 53a69c1f62
commit 996141adff
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/${{ env.version }}/linutil)"
append_body: false
files: |
./target/release/linutil
./release/linutil
./start.sh
prerelease: true
generate_release_notes: true

View File

@ -35,7 +35,7 @@ jobs:
with:
toolchain: stable
- name: Build
run: cargo build --release --verbose
run: cargo build --out-dir=release --release --verbose
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit Linutil