Browse Source

Fix Github Actions

MeFisto94 3 years ago
parent
commit
4d7e89781c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/gradle.yml

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

@@ -17,8 +17,8 @@ jobs:
       with:
       with:
         java-version: 11
         java-version: 11
 
 
-    - name: Grant execute permission for the scripts
-      run: chmod +x gradlew *.sh
+    - name: Grant execute permission for gradle
+      run: chmod +x gradlew
       
       
     - name: Download and build the Engine
     - name: Download and build the Engine
       run: ./build_engine.sh
       run: ./build_engine.sh