about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/ci/shared.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/shared.sh b/src/ci/shared.sh
index 98120f5dff9..0bfd7ff26cf 100644
--- a/src/ci/shared.sh
+++ b/src/ci/shared.sh
@@ -99,7 +99,7 @@ function ciCommandAddPath {
     if isAzurePipelines; then
         echo "##vso[task.prependpath]${path}"
     elif isGitHubActions; then
-        echo "::add-path::${value}"
+        echo "::add-path::${path}"
     else
         echo "ciCommandAddPath only works inside CI!"
         exit 1