Skip to content

Commit

Permalink
chore: rename step to copy timing build html
Browse files Browse the repository at this point in the history
  • Loading branch information
rishadbaniya committed Nov 2, 2024
1 parent 73191b7 commit 1560761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompileTimeDelta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path : compile-timings
token : ${{ secrets.PAT }}

- name: Create required directories & copy raw timing file (with the timestamp in it's name) to target repository's timings/raw_html directory
- name: Copy raw timing files to target repo
run: |
mkdir -p compile-timings/docs/timings/raw_html
for file in debate-map/target/cargo-timings/cargo-timing-*.html; do
Expand Down

0 comments on commit 1560761

Please sign in to comment.