mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Compare commits
7 Commits
6277912c40
...
c3f811cfa5
Author | SHA1 | Date | |
---|---|---|---|
|
c3f811cfa5 | ||
|
f4c06d5526 | ||
|
696110eae5 | ||
|
371af7fce3 | ||
|
f90ed4f03a | ||
|
99aff32162 | ||
|
3fd1cd1fba |
19
.github/release.yml
vendored
19
.github/release.yml
vendored
|
@ -1,20 +1,23 @@
|
||||||
changelog:
|
changelog:
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Features'
|
||||||
labels:
|
label: 'enhancement'
|
||||||
- 'feature'
|
|
||||||
- 'enhancement'
|
|
||||||
- title: '🐛 Bug Fixes'
|
- title: '🐛 Bug Fixes'
|
||||||
labels:
|
label: 'bug'
|
||||||
- 'fix'
|
- title: '⚙️ Refactoring'
|
||||||
- 'bugfix'
|
label: 'refactor'
|
||||||
- 'bug'
|
- title: '🧩 UI/UX'
|
||||||
|
label: 'UI/UX'
|
||||||
- title: '📚 Documentation'
|
- title: '📚 Documentation'
|
||||||
label: 'documentation'
|
label: 'documentation'
|
||||||
- title: '🔒 Security'
|
- title: '🔒 Security'
|
||||||
label: 'security'
|
label: 'security'
|
||||||
- title: '🧰 GitHub Actions'
|
- title: '🧰 GitHub Actions'
|
||||||
label: 'github actions'
|
label: 'github_actions'
|
||||||
|
- title: '🦀 Rust'
|
||||||
|
label: 'rust'
|
||||||
|
- title: '📃 Scripting'
|
||||||
|
label: 'script'
|
||||||
exclude:
|
exclude:
|
||||||
labels:
|
labels:
|
||||||
- 'skip-changelog'
|
- 'skip-changelog'
|
16
.github/workflows/linutil.yml
vendored
16
.github/workflows/linutil.yml
vendored
|
@ -48,18 +48,6 @@ jobs:
|
||||||
- name: Build aarch64 binary
|
- name: Build aarch64 binary
|
||||||
run: cross build --target-dir=build --release --verbose --target=aarch64-unknown-linux-musl --all-features
|
run: cross build --target-dir=build --release --verbose --target=aarch64-unknown-linux-musl --all-features
|
||||||
|
|
||||||
- name: Move binaries to build directory
|
|
||||||
run: |
|
|
||||||
mv build/x86_64-unknown-linux-musl/release/linutil build/linutil
|
|
||||||
mv build/aarch64-unknown-linux-musl/release/linutil build/linutil-aarch64
|
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
|
||||||
with:
|
|
||||||
commit_message: Commit Linutil
|
|
||||||
file_pattern: "build/linutil build/linutil-aarch64"
|
|
||||||
add_options: '--force'
|
|
||||||
if: success()
|
|
||||||
|
|
||||||
- name: Extract Version
|
- name: Extract Version
|
||||||
id: extract_version
|
id: extract_version
|
||||||
run: |
|
run: |
|
||||||
|
@ -80,8 +68,8 @@ jobs:
|
||||||
append_body: true
|
append_body: true
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: |
|
files: |
|
||||||
./build/linutil
|
./build/x86_64-unknown-linux-musl/release/linutil
|
||||||
./build/linutil-aarch64
|
./build/aarch64-unknown-linux-musl/release/linutil-aarch64
|
||||||
./start.sh
|
./start.sh
|
||||||
./startdev.sh
|
./startdev.sh
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue
Block a user