Skip to content

Commit 1805f85

Browse files
committed
repush
1 parent 9388763 commit 1805f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Compile and Build JAR
4343
run: |
4444
mkdir ${{ env.OUT_DIR }}
45-
javac -d ${{ env.OUT_DIR }} src/*.java
45+
javac -d ${{ env.OUT_DIR }} -cp lib/*:src/ src/*.java
4646
# Generate a temporary manifest file using echo
4747
echo "Main-Class: ${{ env.MAIN_CLASS }}" > customManifest.txt
4848
jar cvfm ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \

0 commit comments

Comments
 (0)