mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +08:00
Fix path to executable
This commit is contained in:
parent
32d0f89312
commit
a006ce34f9
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ set -euo pipefail
|
|||
swift build
|
||||
target_dir=`swift build --show-bin-path`
|
||||
(cd ../.. && mix release --overwrite --path=$target_dir/rel)
|
||||
$target_dir/demo
|
||||
$target_dir/Demo
|
||||
|
|
Loading…
Reference in a new issue