mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Fix release script
This commit is contained in:
parent
bd97531a6c
commit
ade583dc68
@ -17,7 +17,7 @@
|
||||
mkdir -p build-dir
|
||||
|
||||
git fetch
|
||||
git archive master | tar -x -C build-dir || { echo 'Git archive failed' ; exit 1; }
|
||||
git archive HEAD | tar -x -C build-dir || { echo 'Git archive failed' ; exit 1; }
|
||||
|
||||
TEAVM_RELEASE_VERSION=$1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user