Skip to content

Commit f81c368

Browse files
committed
fix gha
1 parent cff24a5 commit f81c368

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/actions/build_setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ runs:
3030
notifications
3131
jdks
3232
wrapper
33+
34+
- name: Grant execute permission for gradlew
35+
shell: bash
36+
run: chmod +x gradlew

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636

3737
- name: Setup Build
3838
uses: ./.github/actions/build_setup
39-
40-
- name: Grant execute permission for gradlew
41-
run: chmod +x gradlew
4239

4340
- name: Compile the mod
4441
run: ./gradlew --info --scan assemble

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464

6565
- name: Setup Build
6666
uses: ./.github/actions/build_setup
67-
68-
- name: Grant execute permission for gradlew
69-
run: chmod +x gradlew
7067

7168
- name: Build Project
7269
run: ./gradlew --info build

gradlew

100755100644
File mode changed.

0 commit comments

Comments
 (0)