Skip to content

Commit a12f4a7

Browse files
authored
Merge pull request #5 from ipfs-force-community/simlecode-patch-1
Update release.yml
2 parents d928f7f + a50d895 commit a12f4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: shasum
5454
if: startsWith(github.ref, 'refs/tags/')
55-
run: shasum -a 256 ./dingtalk_${{steps.vars.outputs.tag}}_ubuntu.tar.gz > ./dingtalk_ubuntu.sha256
55+
run: shasum -a 256 ./dingtalk_${{steps.vars.outputs.tag}}_ubuntu.tar.gz > ./dingtalk_${{steps.vars.outputs.tag}}_ubuntu.sha256
5656
shell: bash
5757

5858
- name: Release

0 commit comments

Comments
 (0)