mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix target release
This commit is contained in:
parent
f44935c8b1
commit
53a69c1f62
2
.github/workflows/pre-release.yaml
vendored
2
.github/workflows/pre-release.yaml
vendored
|
@ -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: |
|
||||
./linutil
|
||||
./target/release/linutil
|
||||
./start.sh
|
||||
prerelease: true
|
||||
generate_release_notes: true
|
||||
|
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -39,5 +39,6 @@ jobs:
|
|||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Commit Linutil
|
||||
file_pattern: 'target/release/linutil'
|
||||
if: success()
|
||||
|
Loading…
Reference in New Issue
Block a user