Skip to content

Commit

Permalink
scripts: fix upload location
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 5, 2024
1 parent 5253234 commit a5ed976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi
# Optionally upload
if [ "x$1" = "x--tag" ] ; then
twine upload --sign --identity 63CB1DF1EF12CF2AC0EE5A329C27B31342B7511D dist/uTidylib-$version.tar.gz
scp dist/uTidylib-$version.* web:/srv/http/dl.cihar.com/utidylib/
scp dist/uTidylib-$version.* web:/home/nijel/srv/dl.cihar.com/utidylib/
fi

0 comments on commit a5ed976

Please sign in to comment.