mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
build from gh action
This commit is contained in:
parent
996141adff
commit
ec160ae3b6
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: |
|
||||
./release/linutil
|
||||
./build/release/linutil
|
||||
./start.sh
|
||||
prerelease: true
|
||||
generate_release_notes: true
|
||||
|
|
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -35,10 +35,10 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
- name: Build
|
||||
run: cargo build --out-dir=release --release --verbose
|
||||
run: cargo build --target-dir=build --release --verbose
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Commit Linutil
|
||||
file_pattern: 'target/release/linutil'
|
||||
file_pattern: 'build/release/linutil'
|
||||
if: success()
|
||||
|
Loading…
Reference in New Issue
Block a user