upload-release-asset
upload-release-asset copied to clipboard
An Action to upload a release asset via the GitHub Release API
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.0.0 to 1.2.6. Changelog Sourced from @actions/core's changelog. 1.2.6 Update exportVariable and addPath to use environment files 1.2.5 Correctly bundle License File with package 1.2.4 Be more...
Crazy-wide source gets rendered crazy, wide. Horizontal scrolling makes :sob: .
Hi! I can't find any clear documentation about the asset_content_type field -- what the options are, what this does etc. If there is some documentation in another place, maybe it'd...
This would allow users to upload assets to a release without providing an upload url. It uses the Github context to determine if the action was a [release-event-release](https://help.github.com/en/actions/reference/events-that-trigger-workflows#release-event-release) (i.e. published,...
I've using this action for the first time here: https://github.com/timbod7/adl/blob/master/.github/workflows/release.yaml I'm specifying an upload asset_path like: `adl-bindist-${{ github.ref }}-osx.zip`: ``` - name: Upload macOS build uses: actions/[email protected] env: GITHUB_TOKEN: ${{...
Support upload release asset via release tag, or use current ref by default. Actually there is another pull request https://github.com/actions/upload-release-asset/pull/41 already, just giving another option. 👀
Hi there! It would be nice if you could reference an artifact uploaded with `upload-artifact` to upload it as release asset, similar to how AppVeyor does it.
We are suddenly seing some errors in our workflows with the following messages: ``` Error uploading to https://github-production-release-asset-xxxxxx.s3.amazonaws.com: 403 ``` Nothing has changed in our workflows with regards to using...
The only documented input parameter is `upload_url`, but the example also specifies `asset_path`, `asset_name` and `asset_content_type`. Where do these come from and how can they possibly be valid if they...
https://github.com/Trass3r/testgithubactionsrelease/runs/311506909 It prints Validation Failed no matter what actually happened. The token must be valid as create-release works.