Skip to main content

How do I share build artifacts from GitHub Actions?

Add easysend-co/share@v1 to your workflow. It uploads files matching a glob pattern and posts the share link in the job summary. No API key needed.

The EasySend GitHub Action uploads files from your CI/CD pipeline and returns a shareable link. Add one step to any workflow:

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

What It Does

Use the outputs to comment links on pull requests or send notifications. See the GitHub Action page or read the full guide.

Try EasySend Free