summaryrefslogtreecommitdiff
path: root/.github/scripts/init-pre-release.sh
blob: 7a86f3052c0caa14954d6d319d78b454e61a3e72 (plain)
1
2
3
4
5
6
#!/bin/sh

## We create a tar ball that is used later by build-otp-tar
## to create the pre-built tar ball

git archive --prefix otp/ -o otp_src.tar.gz HEAD