mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
fix chmod
This commit is contained in:
parent
a6941102a4
commit
1a0de19932
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ build:
|
|||
- cargo build --release
|
||||
- mkdir bin
|
||||
- mv /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer /bin/nyxi-installer
|
||||
- chmod +x /builds/ahoneybun/nyxi-installer/target/release/nyxi-installer
|
||||
- chmod +x /bin/nyxi-installer
|
||||
cache:
|
||||
paths:
|
||||
- target/release/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue