Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Mar 5, 2024
1 parent dda9c3f commit d8c5d7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/upload-report-shard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ runs:
steps:
- name: Set report name
shell: bash
run: echo "REPORT_NAME=(echo $TEMP_REPORT_NAME)" >> $GITHUB_ENV
env:
TEMP_REPORT_NAME: report-${{ github.job }-${{ matrix.shard }}.zip
run: echo "REPORT_NAME=report-${{ github.job }}-${{ matrix.shard }}.zip" >> $GITHUB_ENV
- name: Rename report
shell: bash
run: mv report.zip $REPORT_NAME
Expand Down

0 comments on commit d8c5d7a

Please sign in to comment.