From bc7ee6681d29fd03a8cee0c81c065978ac3801a0 Mon Sep 17 00:00:00 2001 From: vvb2060 Date: Fri, 27 Aug 2021 17:34:24 +0800 Subject: [PATCH] Fix permission --- .github/workflows/main.yml | 9 +++------ gradlew | 0 2 files changed, 3 insertions(+), 6 deletions(-) mode change 100644 => 100755 gradlew diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f8dd74..d0fb973 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,22 +13,19 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - + steps: - name: Checkout uses: actions/checkout@v2 with: submodules: 'recursive' - + - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt' - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build Debug run: ./gradlew buildDebug - name: Upload Debug artifact @@ -36,7 +33,7 @@ jobs: with: name: lspatch-debug path: out/lspatch.jar - + - name: Build Release run: ./gradlew buildRelease - name: Upload Release artifact diff --git a/gradlew b/gradlew old mode 100644 new mode 100755