Skip to content

Commit 75cc3da

Browse files
authored
Update build.yml
1 parent c93f311 commit 75cc3da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on: [push, workflow_dispatch]
2+
on: [workflow_dispatch]
33

44
jobs:
55
build:
@@ -18,10 +18,10 @@ jobs:
1818
java-version: 21
1919
- name: Build with Gradle
2020
run: |
21-
gradle build --no-daemon
21+
gradle build
2222
- name: Upload Artifacts to GitHub
2323
uses: actions/upload-artifact@main
2424
with:
2525
name: Artifacts
2626
path: |
27-
**/*.jar
27+
**/asm*.jar

0 commit comments

Comments
 (0)