Skip to content

Commit

Permalink
Updated the name of the results archive
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Nov 2, 2023
1 parent dc21386 commit 466f2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ jobs:
if: always()
run: |
cd ${GITHUB_WORKSPACE}
tar cvf crc_results.tar kruize_test_results
tar cvf crc_manifest_results.tar kruize_test_results
- name: Upload results
if: always()
uses: actions/upload-artifact@v3
with:
name: crc-results
path: ./crc_results.tar
name: crc-manifests-results
path: ./crc_manifests_results.tar
retention-days: 2

0 comments on commit 466f2fc

Please sign in to comment.