Skip to content

Commit 002cbc1

Browse files
chore(deps): update softprops/action-gh-release action to v3.0.1
1 parent c39f207 commit 002cbc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888

8989
- name: Upload release asset (tar.gz)
9090
if: ${{ !contains(matrix.target, '-windows-') }}
91-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
91+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
9292
with:
9393
tag_name: ${{ github.event.release.tag_name }}
9494
files: target/${{ matrix.package }}-${{ github.event.release.tag_name }}-${{ matrix.target }}.tar.gz
9595

9696
- name: Upload release asset (zip)
9797
if: ${{ contains(matrix.target, '-windows-') }}
98-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
98+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
9999
with:
100100
tag_name: ${{ github.event.release.tag_name }}
101101
files: target/${{ matrix.package }}-${{ github.event.release.tag_name }}-${{ matrix.target }}.zip

0 commit comments

Comments
 (0)