stack-orchestrator/scripts/build_shiv_package.sh
David Boreham f90000d9cc New build version scheme (#305)
* Use separate build tag file

* Implement new versioning scheme

* Update workflow file

Former-commit-id: 80bbbafeb6
2023-04-10 06:43:23 -06:00

5 lines
168 B
Bash
Executable File

# Builds the shiv "package" for distribution
mkdir -p ./package
version_string=$( ./app/data/version.txt )
shiv -c laconic-so -o package/laconic-so-${version_string} .