Skip to content

Commit e427ce5

Browse files
committed
update workflow
1 parent c166f2d commit e427ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
27-
run : ./gradlew remapJar --full-stacktrace
27+
run : ./gradlew build --full-stacktrace
2828
- name: Upload Artifact
2929
uses: actions/upload-artifact@v3
3030
with:
3131
name: Artifacts
32-
path : build/libs/*
32+
path : build/libs/*-release.jar

0 commit comments

Comments
 (0)