From 320997e8e1e51f77298643e483f455e99559ce43 Mon Sep 17 00:00:00 2001 From: Matteo Planchet Date: Sun, 12 Nov 2023 14:42:01 +0100 Subject: [PATCH] Now working, remove debug stuff --- .github/workflows/maven.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1388a73..3009d44 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,9 +47,7 @@ jobs: git config --global user.email 149737708+octocroissant[bot]@users.noreply.github.com git config --global --add safe.directory "$GITHUB_WORKSPACE" git clone https://octocroissant[bot]:${{ secrets.PAT_TOKEN }}@github.com/LaBoulangerie/Server.git - ls -a cp [!original-]**.jar Server/plugins/ - ls -a Server cd Server git add . git commit -m "Update artifact from $GITHUB_REPOSITORY"