Skip to content

Commit

Permalink
weird path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Dec 21, 2023
1 parent 7c931f3 commit d7b05a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vite_hardhat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/with_foundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d7b05a8

Please sign in to comment.