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