Upload to Release Action
ActionsTags
(2)Verified
A GitHub Action that uploads a file to a new release.
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
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.