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: stages:
- test - test
- build - build
- deploy
test: test:
stage: test stage: test
@ -20,6 +19,7 @@ build:
- apt install -y libfdisk-dev libclang-19-dev - apt install -y libfdisk-dev libclang-19-dev
script: script:
- cargo build --release --verbose - cargo build --release --verbose
- chmod +x /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
artifacts: artifacts:
paths: paths:
- /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer - /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer