Skip to content

Commit 85702c0

Browse files
committed
updated workflow
1 parent 7b39fb6 commit 85702c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
3838
upload_url: ${{ steps.create_release.outputs.upload_url }}
39-
asset_path: ./US-to-TrelloCard.zip.zip
40-
asset_name: US-to-TrelloCard.zip.zip
39+
asset_path: ./US-to-TrelloCard.zip
40+
asset_name: US-to-TrelloCard.zip
4141
asset_content_type: application/zip

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ done
4040

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

0 commit comments

Comments
 (0)