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 dab8aaf commit 0f9586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/release
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ git tag -s "$VERSION" -m "Version $VERSION"
twine upload dist/python-gammu-$VERSION.tar.gz

# Upload to primary mirror
scp dist/python-gammu-$VERSION.tar.bz2 dist/python-gammu-$VERSION.tar.gz dist/python-gammu-$VERSION.zip web:/srv/http/dl.cihar.com/python-gammu
scp dist/python-gammu-$VERSION.tar.bz2 dist/python-gammu-$VERSION.tar.gz dist/python-gammu-$VERSION.zip web:/home/nijel/srv/dl.cihar.com/python-gammu

0 comments on commit 0f9586e

Please sign in to comment.