fix ci artifacts

This commit is contained in:
2024-06-22 21:00:25 +02:00
parent e17ad6328a
commit 035981215a

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build and test with Maven
run: cd server && mvn --batch-mode --update-snapshots verify
- run: mkdir staging && cp target/*.jar staging
- run: mkdir staging && cp server/target/*.jar staging
- uses: actions/upload-artifact@v4
with:
name: Package