mirror of
https://github.com/kristoferssolo/sula-alus.git
synced 2025-10-21 20:00:36 +00:00
fix: typo
This commit is contained in:
parent
f5e983413a
commit
705d78c4c4
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
--no-confirm \
|
--no-confirm \
|
||||||
--no-verify \
|
--no-verify \
|
||||||
--execute
|
--execute
|
||||||
github-releas:
|
github-release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
needs:
|
needs:
|
||||||
- audit
|
- audit
|
||||||
@ -87,8 +87,7 @@ jobs:
|
|||||||
name: sula-alus-${{ matrix.target }}
|
name: sula-alus-${{ matrix.target }}
|
||||||
path: target/sula-alus-${{ matrix.target }}.*
|
path: target/sula-alus-${{ matrix.target }}.*
|
||||||
create-release:
|
create-release:
|
||||||
needs:
|
needs: [github-release]
|
||||||
- github-release
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -142,7 +142,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sula-alus"
|
name = "sula-alus"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sula-alus"
|
name = "sula-alus"
|
||||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A CLI tool to encode strings and files using Sula-Alus encoding"
|
description = "A CLI tool to encode strings and files using Sula-Alus encoding"
|
||||||
repository = "https://github.com/kristoferssolo/sula-alus"
|
repository = "https://github.com/kristoferssolo/sula-alus"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user