From 8bb6058a04be0f79e3b7387e3b23978f010f0360 Mon Sep 17 00:00:00 2001 From: Christian Werner Date: Sat, 20 Jun 2026 18:46:58 +0200 Subject: [PATCH] update workflow to package the scripts with execute permission hopefully --- .gitea/workflows/build-kernel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-kernel.yml b/.gitea/workflows/build-kernel.yml index e7f817d..03459cc 100644 --- a/.gitea/workflows/build-kernel.yml +++ b/.gitea/workflows/build-kernel.yml @@ -142,6 +142,7 @@ jobs: cp -r dist/modules "$root"/ # modules/iec_listener_.ko cp kernel/selftest.sh "$root"/ # one-shot hardware self-test cp launch.sh "$root"/ # load module -> run frontend -> unload + chmod +x "$root/launch.sh" "$root/selftest.sh" # iecpoc Python frontend + its packaging metadata. launch.sh pip-installs # this on the Pi; the build reads pyproject.toml's readme = "README.md", # so README.md must travel with it. __pycache__ is stripped to stay clean.