From 6338a40eed1517d813bce6ecb1b4866ea218651f Mon Sep 17 00:00:00 2001 From: Skgland Date: Sun, 17 Aug 2025 22:52:45 +0200 Subject: [PATCH] fixup logtalk-test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9179fcb..36a0f15e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,8 +115,8 @@ jobs: with: name: scryer-prolog_ubuntu-22.04_x86_64-unknown-linux-gnu - run: | - chmod +x scryer-prolog - echo "$PWD" >> "$GITHUB_PATH" + chmod +x release/scryer-prolog + echo "$PWD/release" >> "$GITHUB_PATH" - name: Install Logtalk uses: logtalk-actions/setup-logtalk@master with: -- 2.54.0