diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7b17963..9e2ea8e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test --no-restore --verbosity normal - name: Publish Manager Discord Bot - run: dotnet publish API/API.csproj -c Release -o ./publish/API + run: dotnet publish ManagerDiscordBot/ManagerDiscordBot.csproj -c Release -o ./publish/ManagerDiscordBot - name: Upload Manager Discord Bot artifacts uses: actions/upload-artifact@v4