diff --git a/.github/workflows/deployBack.yml b/.github/workflows/deployBack.yml index 601e9ea..9024f5f 100644 --- a/.github/workflows/deployBack.yml +++ b/.github/workflows/deployBack.yml @@ -22,8 +22,8 @@ jobs: distribution: 'temurin' # - name: cd server # run: cd /home/runner/work/GLOG/GLOG/server - - name: Generate Gradle Wrapper - run: gradle wrapper + # - name: Generate Gradle Wrapper + # run: gradle wrapper - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle