Skip to content

Commit

Permalink
chore: bump svenstaro/upload-release-action from 1.pre.release to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 1.pre.release to 2.7.0.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases)
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](svenstaro/upload-release-action@v1-release...2.7.0)

---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and polyfloyd committed Nov 14, 2023
1 parent 4c0c953 commit 3553a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: tar -czf ledcat-${{ matrix.target }}.tar.gz -C ./target/${{ matrix.target }}/release ledcat

- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ledcat-${{ matrix.target }}.tar.gz
Expand Down

0 comments on commit 3553a7f

Please sign in to comment.