mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-21 16:04:09 -08:00
Fix release script
This commit is contained in:
parent
4049bc529e
commit
b6bea8bcfb
|
@ -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