Skip to content

Commit

Permalink
Uplaod all there is, so we can debug it locally. Undo this change.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed May 5, 2024
1 parent 1a51db9 commit ae7c168
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/reusable-generate-proofs-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ae7c168

Please sign in to comment.