From 838538f2a37dae67b4bfbb069a70fa5fc5404619 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 28 Dec 2024 19:52:14 +0100 Subject: [PATCH] and this --- .forgejo/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 0df0fca..fa93e58 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -29,6 +29,6 @@ jobs: - name: Upload artifacts uses: https://github.com/actions/upload-artifact@v3 with: - path: target/tweaks-*-1.21.1.jar - target/tweaks-*-1.21.3.jar - target/tweaks-*-1.21.4.jar \ No newline at end of file + path: target/tweaks-*+1.21.1.jar + target/tweaks-*+1.21.3.jar + target/tweaks-*+1.21.4.jar \ No newline at end of file