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

View File

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