GitHub Action

Upload and share files from GitHub Actions workflows. One step, glob patterns, job summaries. No API key needed.

Features

Setup

  1. Add uses: easysend-co/share@v1 to your workflow
  2. Set the files input to a glob pattern
  3. The share link appears in the job summary
  4. Use step outputs for downstream actions

Example

- name: Share build
  uses: easysend-co/share@v1
  with:
    files: dist/*.zip
View on GitHub Read the Guide All Integrations

FAQ

Is the action free?

Yes. The action and the EasySend API are both free. No API key or account needed. Files up to 1GB with 3-day availability.

Can I share encrypted files?

Yes. Set the encrypt input to true and provide a password via GitHub secrets.

Does it work with self-hosted runners?

Yes. The action only needs outbound HTTPS access to easysend.co. No special permissions required.