From c1569e94257cbd44e0482bfa11914fba646f688c Mon Sep 17 00:00:00 2001 From: PierreOlivierBrillant Date: Wed, 16 Oct 2024 10:58:26 -0400 Subject: [PATCH] oups --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7613cce..16faa3e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,4 +23,4 @@ jobs: run: dotnet pack --configuration Release ScriptSharp - name: Publier le package vers GitHub Package Registry (GPR) working-directory: ./scriptsharp - run: dotnet nuget push VisualArrays\bin\Release\*.nupkg --api-key ${{secrets.GITHUB_TOKEN }} --skip-duplicate \ No newline at end of file + run: dotnet nuget push ScriptSharp\bin\Release\*.nupkg --api-key ${{secrets.GITHUB_TOKEN }} --skip-duplicate \ No newline at end of file