From 4055c2b738a833fe232d217456a7358e1c7ad994 Mon Sep 17 00:00:00 2001 From: ThePindabaas <219561634+ThePindabaas@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:36:18 +0200 Subject: [PATCH] ditch upload artifact action --- .gitea/workflows/build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f3410b3..570e4dd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,5 +1,5 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Build +run-name: ${{ gitea.ref }} - ${{ gitea.sha }} on: [push, workflow_dispatch] jobs: @@ -14,8 +14,3 @@ jobs: - run: ./gradlew assemble - run: ./gradlew test - run: ./gradlew jar - - uses: actions/upload-artifact@v4 - with: - name: "griefalert-${{ gitea.sha }}.jar" - path: build/libs/GriefAlert-*.jar - retention-days: 7 \ No newline at end of file