Skip to content

Commit

Permalink
Uprev to v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Feb 3, 2023
1 parent dbe687a commit 726a1a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ binaries: https://github.com/google/bloaty/

```yaml
- name: Run Bloaty McBloatface on an ELF file
uses: carlosperate/bloaty-action@v0
uses: carlosperate/bloaty-action@v1
with:
bloaty-args: <path_to_your_file_and_any_other_flags>
```
Expand Down Expand Up @@ -76,7 +76,7 @@ to `true`:
```yaml
- name: Run Bloaty McBloatface on an ELF file & add output to summary
uses: carlosperate/bloaty-action@v0
uses: carlosperate/bloaty-action@v1
with:
bloaty-args: test-elf-files/example-before.elf -- test-elf-files/example-after.elf
output-to-summary: true
Expand All @@ -87,7 +87,7 @@ to post a comment with the output of a the `carlosperate/bloaty-action` step:

```yaml
- name: Run Bloaty McBloatface on an ELF file
uses: carlosperate/bloaty-action@v0
uses: carlosperate/bloaty-action@v1
id: bloaty-comparison
with:
bloaty-args: test-elf-files/example-before.elf -- test-elf-files/example-after.elf
Expand Down
4 changes: 2 additions & 2 deletions dev-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Update GitHub Action git tag

```
git tag -fa v0 -m "Update v0 tag"
git push origin v0 --force
git tag -fa v1 -m "Update v1 tag"
git push origin v1 --force
```


Expand Down

0 comments on commit 726a1a3

Please sign in to comment.