mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
scripts: dist should have version in filename
This commit is contained in:
parent
416219f2ff
commit
75d50f589e
@ -28,7 +28,7 @@ mkdir -p ./dist/pkg
|
|||||||
for FILENAME in $(find ./dist -mindepth 1 -maxdepth 1 -type f); do
|
for FILENAME in $(find ./dist -mindepth 1 -maxdepth 1 -type f); do
|
||||||
FILENAME=$(basename $FILENAME)
|
FILENAME=$(basename $FILENAME)
|
||||||
PLATFORM="${FILENAME%.*}"
|
PLATFORM="${FILENAME%.*}"
|
||||||
zip ./dist/pkg/${PLATFORM}.zip ./dist/${FILENAME}
|
zip ./dist/pkg/${VERSION}_${PLATFORM}.zip ./dist/${FILENAME}
|
||||||
done
|
done
|
||||||
|
|
||||||
# Make the checksums
|
# Make the checksums
|
||||||
|
Loading…
x
Reference in New Issue
Block a user