Skip to content

Commit c751787

Browse files
committed
build.yml changes :/
1 parent 420926c commit c751787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v3
2525
with:
2626
name: JsScripts
27-
path: ./build/libs/jscripts*.jar
27+
path: ./build/libs/*

0 commit comments

Comments
 (0)