mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-18 08:30:18 +00:00
Moved to root folder to make better ZIP. Also added LICENSES.
This commit is contained in:
parent
14670a6276
commit
aee3c197da
@ -14,8 +14,11 @@ release:
|
||||
script:
|
||||
- "ls target"
|
||||
- "unzip -d target/release target/kickc-release.zip"
|
||||
- "mv target/release/kickc ."
|
||||
- "mv target/release/kickc/* ."
|
||||
artifacts:
|
||||
name: kickc_${CI_BUILD_REF_NAME}
|
||||
paths:
|
||||
- ./kickc
|
||||
- ./lib
|
||||
- ./stdlib
|
||||
- ./LICENSE*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user