NEWS: Welcome to my new homepage! <3

Fixed build workflow - poppy - A feature-rich Minecraft plugin which enhances gaming experience

poppy

A feature-rich Minecraft plugin which enhances gaming experience
git clone git://192.168.2.2/poppy
Log | Files | Refs | README

commit 27b4a86626fd0721e807ef3b20ae4ae4dd7e33c1
parent 83d76a2905969f3da24037290823350dcb48567f
Author: typable <contact@typable.dev>
Date:   Wed,  1 Nov 2023 14:11:23 +0100

Fixed build workflow

Diffstat:
M.gitea/workflows/build.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ jobs: Build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: actions/checkout@v3 - name: Build run: gradle build - name: Upload artifacts