Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MMichotte committed Dec 31, 2020
1 parent 7b39fb6 commit 85702c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./US-to-TrelloCard.zip.zip
asset_name: US-to-TrelloCard.zip.zip
asset_path: ./US-to-TrelloCard.zip
asset_name: US-to-TrelloCard.zip
asset_content_type: application/zip
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ done

read -p $'Going from version : \e[31m'"${CUR_VERSION}"$' (latest)\e[0m to ----> \e[33m'"${NEW_VERSION}"$'\e[0m OK ? (y/n) ' choice
case "$choice" in
y|Y ) echo "yes";;
n|N ) echo "no";;
y|Y ) echo "";;
n|N ) exit;;
* ) echo "invalid" && exit;;
esac

Expand Down

0 comments on commit 85702c0

Please sign in to comment.