Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

Fix CI always rebuild #25

Closed Locietta closed 1 year ago

Locietta commented 1 year ago

It seems like the scripts in workflow isn't ran by bash, causing problem to the logic of comparing versions. Try to fix that.

See 👉 https://github.com/Locietta/xanmod-kernel-WSL2/actions/runs/3529681320/jobs/5920912071#step:6:147

This also avoids release being overwritten, which causes scoop SHA256 check failure. (Like Locietta/sniffer#3)