From d2daae22e6fd3c95983a5b10e58769b536a889f0 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Thu, 3 Apr 2025 16:56:58 +0200 Subject: [PATCH] ugh --- .github/workflows/root.yml | 14 -------------- .idea/jsonSchemas.xml | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 .idea/jsonSchemas.xml diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index f5680bf..8269198 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -30,20 +30,6 @@ jobs: - name: Gradle (Build) run: "./gradlew build" - - name: Upload artifacts (Main JAR) - uses: actions/upload-artifact@v4 - - with: - name: Main JAR - path: build/libs/*-all.jar - - - name: Upload artifacts (JARs) - uses: actions/upload-artifact@v4 - - with: - name: JARs - path: build/libs/*.jar - - name: Login to DigitalOcean Registry uses: docker/login-action@v3 diff --git a/.idea/jsonSchemas.xml b/.idea/jsonSchemas.xml new file mode 100644 index 0000000..29310c4 --- /dev/null +++ b/.idea/jsonSchemas.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + \ No newline at end of file