We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36db04f commit 3431f33Copy full SHA for 3431f33
.github/workflows/build.yml
@@ -16,8 +16,10 @@ jobs:
16
distribution: "microsoft"
17
- name: make gradle wrapper executable
18
run: chmod +x ./gradlew
19
+ - name: Setup tmate session
20
+ uses: mxschmitt/action-tmate@v3
21
- name: build
- run: ./gradlew build --stacktrace
22
+ run: ./gradlew build
23
- name: capture build artifacts - fabric
24
uses: actions/upload-artifact@v4
25
with:
0 commit comments