From ae7c1682e6a7fbeb777c614b35f69b981a254472 Mon Sep 17 00:00:00 2001 From: Martun Karapetyan Date: Sun, 5 May 2024 14:36:33 +0000 Subject: [PATCH] Uplaod all there is, so we can debug it locally. Undo this change. --- .github/workflows/reusable-generate-proofs-linux.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/reusable-generate-proofs-linux.yml b/.github/workflows/reusable-generate-proofs-linux.yml index afa4faac..a5519531 100644 --- a/.github/workflows/reusable-generate-proofs-linux.yml +++ b/.github/workflows/reusable-generate-proofs-linux.yml @@ -186,3 +186,12 @@ jobs: name: ${{ steps.set-artifact-name.outputs.artifact-name }} path: | ${{ steps.strings.outputs.artifact-dir }} + + - name: Upload all there is for debugging, Martun delete this + # Only from a single matrix configuration. Assuming everyone produce the same results if not failed. + if: matrix.cpp-compiler == 'g++' && matrix.build-type == 'Release' + uses: actions/upload-artifact@v3 + with: + name: all_there_is + path: | + ${{ github.workspace }}