chmod the build

This commit is contained in:
Aaron Honeycutt 2025-04-23 20:30:09 -06:00
parent 285faf6051
commit aaeb2136a9

View file

@ -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