From a362c637de6cc7a51ce03b113c91ba71c25f6cf2 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Jul 2025 11:42:04 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20R=C3=A9utilise=20le=20chemin=20vers=20l'e?= =?UTF-8?q?xe=20fournit=20durant=20le=20batit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2044ab7..7e577d3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,7 +29,8 @@ jobs: - name: Archive executable run: | - zip jeu_windows.zip dist/controleur_de_gaz.exe + cd /workspace/Simon/cmd-alexandra-toxicity/dist + zip jeu_windows.zip ./controleur_de_gaz.exe - name: Upload Artifact uses: actions/upload-artifact@v3