Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 16, 2024
1 parent db646ba commit fa68f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ jobs:
fi
shell: bash

- if: always()
name: Show ccache statistics
run: ccache --show-stats

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
# Upload the dist folder. Give it a name according to the OS it was built for.
name: ${{ format( 'dist-{0}', matrix.artifact) }}
path: build/dist

- if: always()
name: Show ccache statistics
run: ccache --show-stats

- if: always() && steps.cache-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit fa68f39

Please sign in to comment.