From d7b05a80bea2ca7cd6d0cee3ef20a6dee0a45710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Thu, 21 Dec 2023 12:27:37 +0000 Subject: [PATCH] weird path issue --- .github/workflows/vite_hardhat.yaml | 2 +- .github/workflows/with_foundry.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vite_hardhat.yaml b/.github/workflows/vite_hardhat.yaml index 5c1e988..fcfb5b2 100644 --- a/.github/workflows/vite_hardhat.yaml +++ b/.github/workflows/vite_hardhat.yaml @@ -17,7 +17,7 @@ jobs: - name: Get latest version id: versions_step run: | - output=$(node ./.github/scripts/latest.js) + output=$(node ../.github/scripts/latest.js) echo "Output from Node.js script: $output" STABLE=$(echo $output | jq -r '.stable') diff --git a/.github/workflows/with_foundry.yaml b/.github/workflows/with_foundry.yaml index a87b728..4a0cb23 100644 --- a/.github/workflows/with_foundry.yaml +++ b/.github/workflows/with_foundry.yaml @@ -17,7 +17,7 @@ jobs: - name: Get latest version id: versions_step run: | - output=$(node ./.github/scripts/latest.js) + output=$(node ../.github/scripts/latest.js) echo "Output from Node.js script: $output" STABLE=$(echo $output | jq -r '.stable')