Skip to content

Commit 26ae5ec

Browse files
test 2
1 parent d4bdc00 commit 26ae5ec

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
name: build
72
on: [pull_request, push]
83

@@ -26,5 +21,5 @@ jobs:
2621
- name: capture build artifacts
2722
uses: actions/upload-artifact@v4
2823
with:
29-
name: Artifacts 1.21.1
30-
path: "**/build/libs/"
24+
name: Artifacts 1.21.11
25+
path: "**/build/libs/"

0 commit comments

Comments
 (0)