Skip to content

Commit

Permalink
updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Debashis9012 committed Feb 13, 2020
1 parent 5594816 commit 6014d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: |
cd deploy
if [ -z "$version" ]; then
version=$(grep '"version"' plugin.json | sed 's/"version":[[:space:]]*"//' | sed 's/",//' | tr -d [:space:])
version=$(grep '"version"' ../plugin.json | sed 's/"version":[[:space:]]*"//' | sed 's/",//' | tr -d [:space:])
fi
artifacts=()
dir=`pwd`
for i in `ls`; do
for i in `ls *.zip`; do
artifacts+="$dir/$i "
done
cd ..
Expand Down

0 comments on commit 6014d07

Please sign in to comment.