Fix typo
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d1cc5e6..bc4d48e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -149,7 +149,7 @@ jobs:
- name: Generate build dir name
id: build-dir
run: |
- echo '::set-output name=BUILD_DIR=t/$GITHUB_RUN_NUMBER-$RANDOM'
+ echo '::set-output name=BUILD_DIR::t/$GITHUB_RUN_NUMBER-$RANDOM'
- name: Check for host availability
id: check-host