Skip to content

Commit 841097a

Browse files
author
github-actions
committed
automatic update
from rust-github/template@3737e1e
1 parent 1eac313 commit 841097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
105105
fi
106106
- name: Releasing assets
107-
uses: softprops/action-gh-release@v1
107+
uses: softprops/action-gh-release@v2
108108
with:
109109
files: |
110110
target/${{ matrix.job.target }}/release/rust-gh-example-*.tar.gz

0 commit comments

Comments
 (0)