Skip to main content

How do I share files with a GitHub Action?

Add easysend-co/share@v1 to your workflow YAML. Set the files input to a glob pattern. The action uploads matching files and posts the share link in the job summary.

The EasySend GitHub Action uploads files from your CI/CD pipeline and returns a shareable link.

Usage

- name: Share build
  uses: easysend-co/share@v1
  with:
    files: dist/*.zip

The action supports glob patterns, multiple file inputs and outputs the share URL, short code and upload token for downstream steps.

See the GitHub Action page or read the full guide.

Try EasySend Free