mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
10 lines
153 B
CoffeeScript
10 lines
153 B
CoffeeScript
module.exports =
|
|
options:
|
|
archive: './release.zip'
|
|
mode: 'zip'
|
|
build:
|
|
cwd: 'build'
|
|
src: ['**']
|
|
expand: true
|
|
filter: 'isFile'
|