Update .github/workflows/root.yml

This commit is contained in:
jansel 2024-10-25 18:00:33 +01:00
parent 3b658799cc
commit fb2988907b

View file

@ -33,13 +33,6 @@ jobs:
- name: Gradle (Build)
run: "./gradlew build"
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: Build and Deploy Artifacts
path: build/libs/*.jar
- name: Login to GitHub Container Registry
uses: docker/login-action@v2