Skip to content

Commit

Permalink
released v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 28, 2024
1 parent 1dc31f0 commit 49795df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ Continue on error
asset-path: '["./target/release/sgo-*"]'
```
```yml
- name: Create Tag
id: create_tag
uses: jaywcjlove/create-tag-action@main

- name: Release Upload Assets
uses: jaywcjlove/github-action-upload-assets@main
continue-on-error: true
with:
tag: ${{ steps.create_tag.outputs.version }}
asset-path: '["./target/release/sgo-*"]'
```
## Inputs
- `asset-path` The paths to the assets you want to upload as a JSON array. You can use a [glob](https://www.npmjs.com/package/glob) pattern.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-upload-assets",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"description": "GitHub Action to upload multiple assets to a release",
"homepage": "https://jaywcjlove.github.io/github-action-upload-assets/",
Expand Down

0 comments on commit 49795df

Please sign in to comment.