Skip to content

Upload to Release Action

Actions
A GitHub Action that uploads a file to a new release
v2.0.0
Latest
Verified creator
Star (47)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Upload to Release GitHub Action

A GitHub Action that uploads a file to a new release.

Getting Started

jobs:
  build:
    # ...
    steps:
      - uses: Shopify/upload-to-release@v1
        with:
          name: my-artifact
          path: build/a.out
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          content-type: text/plain # Optional

Shoulders

This was inspired by:

Upload to Release Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action that uploads a file to a new release
v2.0.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Upload to Release Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.