Skip to content

Commit

Permalink
fix build bot
Browse files Browse the repository at this point in the history
Signed-off-by: xplshn <xplshn@murena.io>
  • Loading branch information
xplshn committed Oct 23, 2024
1 parent 72c0c07 commit 110d99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "Making $script executable..."
chmod +x "$script"
echo "Running $script..."
"$devEnv" "$script"
"${{ github.workspace }}/${devEnv}" "$script"
else
echo "$script does not exist, skipping."
fi
Expand Down

0 comments on commit 110d99e

Please sign in to comment.