diff options
Diffstat (limited to 'bin/upload-release-files.sh')
-rwxr-xr-x | bin/upload-release-files.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh index 76bda4b..607512e 100755 --- a/bin/upload-release-files.sh +++ b/bin/upload-release-files.sh @@ -18,7 +18,7 @@ SF_TOPDIR='/home/frs/project/scons' # the build products are here: cd build/dist cp -f ../../CHANGES.txt ../../RELEASE.txt . -cp -f ../../README-sf.rst ./README.rst +cp -f ../../README-SF.rst ./README.rst set -x @@ -30,8 +30,8 @@ $RSYNC $RSYNCOPTS\ # Upload main scons release files: $RSYNC $RSYNCOPTS \ - scons-$VERSION.tar.gz \ - scons-$VERSION.zip \ + SCons-$VERSION.tar.gz \ + SCons-$VERSION.zip \ CHANGES.txt RELEASE.txt \ $SF_USER@$SF_MACHINE:$SF_TOPDIR/scons/$VERSION/ |