Skip to content

Commit

Permalink
Update bloaty.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik authored and Paul Dreik committed Apr 4, 2021
1 parent d6e7a34 commit a55c2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bloaty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rows: 0
- name: "store results"
run: |
echo -E "${{ steps.absolute.analysis-result }}" > bloaty-sizes.txt
echo -E "${{ steps.absolute.outputs.analysis-result }}" > bloaty-sizes.txt
- name: Fetch base
if: ${{ github.event_name == 'pull_request' }}
uses: actions/checkout@v2
Expand All @@ -50,7 +50,7 @@ jobs:
rows: 0
- name: "store results"
run: |
echo -E "${{ steps.diff.analysis-result }}" > bloaty-diff.txt
echo -E "${{ steps.diff.outputs.analysis-result }}" > bloaty-diff.txt
- uses: actions/upload-artifact@v2
with:
name: bloaty
Expand Down

0 comments on commit a55c2fa

Please sign in to comment.