Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Jan 8, 2024
1 parent bd97531 commit ade583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ade583d

Please sign in to comment.