Browse Source

Github Actions: fix typo in step name

MeFisto94 5 years ago
parent
commit
ef8d59c7f1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/gradle.yml

+ 2 - 2
.github/workflows/gradle.yml

@@ -20,13 +20,13 @@ jobs:
     - name: Grant execute permission for the scripts
       run: chmod +x gradlew *.sh
       
-    - name: Download the Engine
+    - name: Download and build the Engine
       run: ./build_engine.sh
       
     - name: Fix the Engine
       run: ./fix_engine.sh
       
-    - name: Build the Engine
+    - name: Build the SDK
       run: ./gradlew buildSdk
     
     - name: Checkout the nightly-trigger repository