We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d801 commit 33aba36Copy full SHA for 33aba36
.github/workflows/releaseFabric.yml
@@ -18,7 +18,9 @@ jobs:
18
cache: gradle
19
20
- name: Build and publish
21
- run: ./gradlew :fabric:build fabricPublish --stacktrace
+ run: |
22
+ chmod +x ./gradlew
23
+ ./gradlew :fabric:build fabricPublish --stacktrace
24
env:
25
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
26
GITHUB_TOKEN: ${{ secrets.GH_API_KEY }}
0 commit comments