We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea6ab6 commit fdd67bcCopy full SHA for fdd67bc
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
"temurin",
19
]
20
21
- os: [ubuntu-24.04, windows-2022]
+ os: [ubuntu-24.04]
22
23
runs-on: ${{ matrix.os }}
24
steps:
@@ -33,7 +33,6 @@ jobs:
33
distribution: ${{ matrix.distribution }}
34
cache: 'gradle'
35
- name: make gradle wrapper executable
36
- if: ${{ runner.os != 'Windows' }}
37
run: chmod +x ./gradlew
38
- name: cache gradle
39
uses: actions/cache@v4
@@ -50,7 +49,6 @@ jobs:
50
49
- name: build
51
run: ./gradlew chiseledBuild --build-cache --no-configuration-cache
52
- name: capture build artifacts
53
- if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
54
uses: actions/upload-artifact@v4
55
with:
56
name: Artifacts
0 commit comments