xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.73k stars 253 forks source link

Fix `deploy` CI job #3399

Closed FreezyLemon closed 2 months ago

FreezyLemon commented 2 months ago

Closes #3397.

proof that it works (the commit on that branch includes another change for testing).

GHA uses pwsh by default on Windows runners. Powershell uses backticks instead of backslashes.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.14%. Comparing base (3c3a26f) to head (2fe5a2e). Report is 32 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3399 +/- ## ========================================== - Coverage 88.52% 82.14% -6.39% ========================================== Files 89 89 Lines 28323 27408 -915 ========================================== - Hits 25074 22515 -2559 - Misses 3249 4893 +1644 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lu-zero commented 2 months ago

Thank you!