1 parent d4bdc00 commit 26ae5ecCopy full SHA for 26ae5ec
1 file changed
.github/workflows/build.yml
@@ -1,8 +1,3 @@
1
-# Automatically build the project and run any configured tests for every push
2
-# and submitted pull request. This can help catch issues that only occur on
3
-# certain platforms or Java versions, and provides a first line of defence
4
-# against bad commits.
5
-
6
name: build
7
on: [pull_request, push]
8
@@ -26,5 +21,5 @@ jobs:
26
21
- name: capture build artifacts
27
22
uses: actions/upload-artifact@v4
28
23
with:
29
- name: Artifacts 1.21.1
30
- path: "**/build/libs/"
24
+ name: Artifacts 1.21.11
25
+ path: "**/build/libs/"
0 commit comments