Skip to content

Commit

Permalink
Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed Apr 19, 2020
1 parent afed6a8 commit af98926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/action
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

}

Expand Down

0 comments on commit af98926

Please sign in to comment.