mirror of https://github.com/CGAL/cgal
11 lines
394 B
Bash
Executable File
11 lines
394 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# Should be run in the directory with the release files, and named after
|
|
# the release name, like "CGAL-4.9.1".
|
|
|
|
release=${${PWD:t}/CGAL-/}
|
|
tag=v${release}
|
|
|
|
gh release upload --clobber "$tag" *.(zip|xz|txt|exe) -R CGAL/cgal
|
|
gh release upload --clobber "$tag" CGAL-${release}-win64-auxiliary-libraries-gmp-mpfr.zip'#GMP and MPFR libraries, for Windows 64bits' -R CGAL/cgal --clobber
|