upload-release-asset
upload-release-asset copied to clipboard
An Action to upload a release asset via the GitHub Release API
I have several build artifacts to upload together. What is the correct way to do so?
Hi, We have the following action: ``` # Upload Development APK to Release - name: Upload Development APK to Release uses: actions/upload-release-asset@v1 if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}...
Allow multiple files to be uploaded, either from a list, or from wildcard expansion. Many build systems create artifact files that do not have a name known before hand, and...
I'm setting up a CI environment for a C++ application on three different platforms - Linux, macOS and Windows. My idea is the following: 1. job A creates a release...
This is an official Action from GitHub but still it is not clear who is in charge of maintaining this Action. Since the last release in February there has been...
Greetings! A couple days ago uploading assets to a release stopped working. I was actually using another action, and then switched to this one as it's more official and is...
Support customized asset label (optional). Allow user to have a human readable asset name other than the filename itself. Maps to the optional `label` parameter of the API: https://docs.github.com/en/rest/reference/repos#upload-a-release-asset If...
We're testing this action in our github enterprise environment, but we keep getting the following error message. ``` Run actions/upload-release-asset@v1 with: upload_url: https://github.our_enterprise.com/api/uploads/repos/our_rganization/ConsoleAction/releases/2251/assets{?name,label} asset_path: ./ConsoleAction_x64.zip asset_name: ConsoleAction_x64.zip asset_content_type: application/zip env:...
Hi! I would like to try using the action with a custom secret with custom permissions, so I would like to know which permissions from the GITHUB_TOKEN, does this action...
- reduce verbiage - correct spelling - add space after markdown headers * convention * other `md` documents in this repo (e.g., [CODE_OF_CONDUCT](https://raw.githubusercontent.com/vladdoster/upload-release-asset/main/CODE_OF_CONDUCT.md))