Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 02:46:47 +01:00 committed by GitHub
parent 504e27d13f
commit ff4d2f48d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,5 +28,5 @@ jobs:
- name: Create builds directory
run: mkdir -p builds
- name: Copy built JAR files
run: cp -r target/*.jar builds/
- name: Copy all contents of target directory
run: cp -r target/. builds/