summaryrefslogtreecommitdiffhomepage
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* github: auto format release notesdilluti0n2025-09-111-2/+41
|
* Ensure WinDivert is present on ci and build.ps1 fail early on errorsdilluti0n2025-09-111-0/+7
| | | | | | | | | | | | | | | | | | * 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
* github: fix release action (no x86_64-unknown-linux-musl)v0.0.1dilluti0n2025-09-071-2/+7
|
* github: create release.yml, automation build & gh releaseHee2025-09-071-0/+83