Skip to content

Commit 4a05972

Browse files
authored
Merge pull request #11 from cgay/dev
Make "deft" binary available to clients
2 parents f7c9462 + e40d5a1 commit 4a05972

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)