mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +00:00
Fix CD
This commit is contained in:
parent
afed6a840b
commit
af9892667f
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@ workflow() {
|
|||
|
||||
mkdir -p "$WORKFLOW_DIR" 2> /dev/null || true
|
||||
|
||||
cp -r "${NAVI_HOME}/alfred" "$WORKFLOW_DIR"
|
||||
cp ${NAVI_HOME}/alfred/* "$WORKFLOW_DIR"
|
||||
cd "$WORKFLOW_DIR"
|
||||
zip -r "navi.zip" "."
|
||||
zip -j -r navi.zip *
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue