From aaeb2136a9a0890c3abafc0a1cba95fc64f76e34 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 23 Apr 2025 20:30:09 -0600 Subject: [PATCH] chmod the build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bab0665..bd0d5af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - test - build - - deploy test: stage: test @@ -20,6 +19,7 @@ build: - apt install -y libfdisk-dev libclang-19-dev script: - cargo build --release --verbose + - chmod +x /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer artifacts: paths: - /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer