Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 06:24
· 1060 commits to master since this release

Minor Changes

  • ab5295e: Detect <source src="*"> tags as assets which means videos get copied and hashed.

    <video controls>
      <source src="./my-video.mp4" type="video/mp4" />
    </video>