| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
build.rs writes dpibreak.1 outside OUT_DIR, which is safe for
cargo install but fails publish verification. --no-verify skips
this check without affecting end users.
|
| |
|
|
| |
* Remove generate release note from github api
|
| | |
|
| |
|
|
| |
on release note
|
| |
|
|
|
|
|
|
| |
- Add `publish-crates-io` job with Trusted Publishing (OIDC)
- Enable `Swatinem/rust-cache@v2` for Linux builds to speed up CI
- Update `release` job to depend on `publish-crates-io`
- Fix release notes generation: append content (`>>`) instead of overwrite (`>`)
- Reorder release note steps for better structure
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* github: download and extract WinDivert before running build
* build: add check for WinDivert path existence and fail early
* build: stop on missing distribution files instead of skipping
The release workflow failed because WinDivert binaries were not
present, and the build script continued execution even when cargo
build failed.
Ensure WinDivert is downloaded in CI and explicitly check its path
before packaging. Also, make the build script exit immediately on
missing files or build errors.
Reported-by: dilluti0n <[email protected]>
Link: https://github.com/dilluti0n/dpibreak/issues/1
Fixes: #1
|
| | |
|
| |
|