From a49d8db3920df917f3327954b98a0ac068394f68 Mon Sep 17 00:00:00 2001 From: PierreOlivierBrillant Date: Wed, 16 Oct 2024 11:57:02 -0400 Subject: [PATCH] =?UTF-8?q?Ok=20je=20sais=20o=C3=B9=20je=20suis=20maintena?= =?UTF-8?q?nt!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index aeb6316..38b60a8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,6 @@ jobs: source-url: https://nuget.pkg.github.com/departement-info-cem/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} - - run : pwd && ls - name: Installer les dépendances working-directory: ./scriptsharp run: dotnet restore @@ -25,5 +24,5 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe + files: scriptsharp/ScriptSharp/bin/Release/net8.0/win-x64/publish/ScriptSharp.exe tag_name: Script \ No newline at end of file