mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix linux package.
parent
d33d6b166f
commit
ac756ec41e
|
|
@ -108,9 +108,9 @@ build-linux:
|
|||
# Create directory
|
||||
- mkdir -p pamhyr
|
||||
# Copy Pamhyr info
|
||||
- cp -v ../VERSION pamhyr/
|
||||
- cp -v ../AUTHORS pamhyr/
|
||||
- cp -v ../LICENSE pamhyr/
|
||||
- cp -v ../VERSION pamhyr/pamhyr/
|
||||
- cp -v ../AUTHORS pamhyr/pamhyr/
|
||||
- cp -v ../LICENSE pamhyr/pamhyr/
|
||||
# Copy mage
|
||||
- mkdir -p pamhyr/mage
|
||||
- cp -v ../mage-linux/* pamhyr/mage/
|
||||
|
|
|
|||
Loading…
Reference in New Issue