Commit cca77833fd53ffec93a4962d1e9cd7ea5a38f13f

Anthony Green 2022-09-07T07:20:59

Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
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