Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit afd2aa4

Browse files
committed
ci: Pin svenstaro/upload-release-action to v2
1 parent 1127418 commit afd2aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: tar -czf ledcat-${{ matrix.target }}.tar.gz -C ./target/${{ matrix.target }}/release ledcat
6262

6363
- name: Upload binary to release
64-
uses: svenstaro/upload-release-action@2.11.1
64+
uses: svenstaro/upload-release-action@2
6565
with:
6666
repo_token: ${{ secrets.GITHUB_TOKEN }}
6767
file: ledcat-${{ matrix.target }}.tar.gz

0 commit comments

Comments
 (0)