Skip to content

Commit

Permalink
Try to dump all artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jan 6, 2024
1 parent a40edca commit 5c05362
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ jobs:
steps:
- name: Final collections
run: echo ${{ needs.android-arm.outputs.first_output }}
- name: Download the gold thing
uses: actions/download-artifact@v3
with:
name: buildoutput-gold
- name: Download the qa thing
uses: actions/download-artifact@v3
with:
name: buildoutput-qa
- name: Doublecheck if all is there
run: find . -type f
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
uses: actions/upload-artifact@v3
if: inputs.keep_artifacts
with:
name: buildoutput
name: buildoutput-${{ matrix.config }}
path: out/${{ matrix.platform}}-${{ matrix.config }}/${{ inputs.keep_artifacts }}
retention-days: 5
- name: Run API Leak Detector
Expand Down

0 comments on commit 5c05362

Please sign in to comment.