mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
Fix release script
This commit is contained in:
parent
4049bc529e
commit
b6bea8bcfb
@ -17,7 +17,7 @@
|
|||||||
mkdir -p build-dir
|
mkdir -p build-dir
|
||||||
|
|
||||||
git fetch
|
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
|
TEAVM_RELEASE_VERSION=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user