Skip to content

Commit

Permalink
Update README and check-dist for the new v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoufo authored Jan 10, 2024
1 parent e391c3f commit aa7eaa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ on:
push:
branches:
- main
- v2
pull_request:
branches:
- main
- v2
workflow_dispatch:

jobs:
Expand Down
8 changes: 3 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ This action can upload multiple files individually as artifacts and release file

## Example

Note: for stability of builds it is recommended to use fixed version of this action instead of using head of `main` branch.

In this example two artifacts will be uploaded (if files are present).
In this example two artifacts and two release assets will be uploaded (if files are present).

```yaml
- name: Upload artifact and release
uses: nanoufo/action-upload-artifacts-and-release-assets@main
- name: Upload artifacts and release assets
uses: nanoufo/action-upload-artifacts-and-release-assets@v2
with:
path: |
x.txt
Expand Down

0 comments on commit aa7eaa0

Please sign in to comment.