Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
GitHub Action to upload multiple assets to a release
License
NotificationsYou must be signed in to change notification settings
jaywcjlove/github-action-upload-assets
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Upload multiple assets to a release, or use GitHub Actions to upload assets to a specific release
-name:Release Upload Assetsuses:jaywcjlove/github-action-upload-assets@mainif:steps.create_tag.outputs.successful == 'true'with:asset-path:'["./target/release/sgo-*"]'
Upload a file to a specified tag
-name:Release Upload Assetsuses:jaywcjlove/github-action-upload-assets@mainif:steps.create_tag.outputs.successful == 'true'with:tag:v0.3.0asset-path:'["./target/release/sgo-*"]'
Continue on error
-name:Release Upload Assetsuses:jaywcjlove/github-action-upload-assets@maincontinue-on-error:truewith:tag:v0.3.0asset-path:'["./target/release/sgo-*"]'
-name:Create Tagid:create_taguses:jaywcjlove/create-tag-action@main-name:Release Upload Assetsuses:jaywcjlove/github-action-upload-assets@maincontinue-on-error:truewith:tag:${{ steps.create_tag.outputs.version }}asset-path:'["./target/release/sgo-*"]'
asset-pathThe paths to the assets you want to upload as a JSON array. You can use aglob pattern.tagSpecify the release tag name, for example:v1.23.12
browser_download_urlsThe URL users can navigate to in order to download the uploaded asset
- Github Release Changelog Generator A GitHub Action that compares the commit differences between two branches
- Create Tags From Auto create tags from commit or package.json.
- Github Action Contributors Github action generates dynamic image URL for contributor list to display it!
- Generated Badges Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)
- Create Coverage Badges Create coverage badges from coverage reports. (no 3rd parties servers)
- Github Action package Read and modify the contents of
package.json. - Github Action EJS A github action to render a ejs template using github context.
- Modify File Content Replace text content and submit content.
Licensed under the MIT License.
About
GitHub Action to upload multiple assets to a release
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.