create-deb.sh: move to scripts, add download-and-upload-debs.sh
Some checks failed
Build and test / check (push) Successful in 1m42s
Build and test / build (push) Successful in 2m55s
Build and test / check-license (push) Successful in 1m30s
Build and test / test (push) Successful in 3m5s
Build and test / docs (push) Has been cancelled

This commit is contained in:
2025-12-16 16:38:17 +09:00
parent 62b2b30f94
commit 21bb5b62ff
4 changed files with 71 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ Before running this, you will need to install `cargo-deb` and make sure you have
cargo install cargo-deb
# Run the script to create the deb package
./create-deb.sh
./scripts/create-deb.sh
# Inspect the resulting deb package
dpkg --contents target/debian/muscl_*.deb