Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Dec 11, 2024
1 parent 488ef0f commit 49c4368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/validate-build-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if [[ -z "$PLUGIN_VERSION" ]]; then
exit 1
fi

PLUGIN_PATH="$GITHUB_WORKSPACE/${PLUGIN_SLUG}"
PLUGIN_PATH="$GITHUB_WORKSPACE"

echo "GITHUB_WORKSPACE: ${GITHUB_WORKSPACE}"
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "PLUGIN_SLUG: ${PLUGIN_SLUG}"
echo "PLUGIN_PATH: ${PLUGIN_PATH}"

Expand Down

0 comments on commit 49c4368

Please sign in to comment.