extra end paren
This commit is contained in:
parent
5a82b2b322
commit
353f2c7d9f
@ -18,7 +18,7 @@ deploy:
|
||||
file_glob: true
|
||||
file:
|
||||
- dist/*
|
||||
body: $(jshon -s "$(cat checksums.txt)"))
|
||||
body: $(jshon -s "$(cat dist/checksums.txt)")
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
@ -19,4 +19,5 @@ java -jar ../../proguard6.0.3/lib/proguard.jar @standalone.pro
|
||||
mv Obfuscated/baritone-$VERSION.jar ../../dist/baritone-standalone-$VERSION.jar
|
||||
mv baritone-$VERSION.jar ../../dist/baritone-unoptimized-$VERSION.jar
|
||||
cd ../..
|
||||
shasum dist/* | tee checksums.txt
|
||||
shasum dist/* | tee dist/checksums.txt
|
||||
jshon -s "$(cat dist/checksums.txt)"
|
Loading…
Reference in New Issue
Block a user