diff --git a/.github/workflows/native-tests-stats-upload.yml b/.github/workflows/native-tests-stats-upload.yml index 2aad62554967..48e8866a9c26 100644 --- a/.github/workflows/native-tests-stats-upload.yml +++ b/.github/workflows/native-tests-stats-upload.yml @@ -43,6 +43,6 @@ jobs: echo "Processing $directory" cd "$directory" tar -xvf build-stats.tgz - DIR=./quarkus TAG="${BUILD_STATS_TAG}" TOKEN="${UPLOAD_TOKEN}" URL="${COLLECTOR_URL}" bash workflow-mandrel/.github/import_stats.sh + DIR=./quarkus TAG="${BUILD_STATS_TAG}" TOKEN="${UPLOAD_TOKEN}" URL="${COLLECTOR_URL}" bash ../workflow-mandrel/.github/import_stats.sh cd - done