Skip to content

Commit 33aba36

Browse files
committed
mea culpa
1 parent 8b1d801 commit 33aba36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/releaseFabric.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
cache: gradle
1919

2020
- name: Build and publish
21-
run: ./gradlew :fabric:build fabricPublish --stacktrace
21+
run: |
22+
chmod +x ./gradlew
23+
./gradlew :fabric:build fabricPublish --stacktrace
2224
env:
2325
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
2426
GITHUB_TOKEN: ${{ secrets.GH_API_KEY }}

0 commit comments

Comments
 (0)