Prepare v0.0.2 pre-release
CI / macos-latest (push) Has been cancelled
CI / ubuntu-latest (push) Has been cancelled
CI / windows-latest (push) Has been cancelled

This commit is contained in:
pleb
2026-07-21 10:27:02 -07:00
parent 456893415d
commit 266483f3cf
17 changed files with 578 additions and 58 deletions
+5
View File
@@ -19,3 +19,8 @@ jobs:
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test
- run: cargo build --release
- uses: actions/upload-artifact@v4
with:
name: mudmouth-${{ matrix.os }}
path: target/release/mudmouth*
if-no-files-found: error