ditch upload artifact action
All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 46s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
ThePindabaas
2026-06-28 10:36:18 +02:00
parent 39af64bc90
commit 4055c2b738

View File

@@ -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