Skip to content

Commit e40d5a1

Browse files
committed
Make "deft" binary available to clients
I forgot to link "deft" as well as "dylan", so until this is released workflows must continue using the name "dylan".
1 parent f7c9462 commit e40d5a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ runs:
2727
tar xfj opendylan.tar.bz2
2828
ln -s opendylan-${od_version} opendylan
2929
ln -s opendylan-${od_version}/bin/dylan-compiler
30-
ln -s opendylan-${od_version}/bin/dylan
30+
ln -s opendylan-${od_version}/bin/dylan # backward compatibility
31+
ln -s opendylan-${od_version}/bin/deft
3132
echo "Compiler: ${PWD}/dylan-compiler"
32-
echo "deft: ${PWD}/dylan"
3333
echo -n "Open Dylan "
3434
./dylan-compiler -version
35-
echo -n "dylan version: "
36-
./dylan version
35+
echo -n "Deft version: "
36+
./deft version
3737
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
3838
# Eventually we can add opendylan/bin to the path instead of creating
3939
# links in the current directory, but for now there are too many

0 commit comments

Comments
 (0)