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 }}