diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a03b780..d29a76e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,11 +51,3 @@ jobs: - name: Build (Release) run: dotnet build HellionChat/HellionChat.csproj --configuration Release --no-restore - - - name: Upload build output - uses: actions/upload-artifact@v7 - with: - name: HellionChat-build-${{ github.run_number }} - path: HellionChat/bin/Release/**/HellionChat/** - if-no-files-found: warn - retention-days: 14