Skip to content

Commit 8e3de08

Browse files
authored
Merge pull request #362 from looooo/patch-2
Add sha256sum to source creation
2 parents f6dbcc9 + da324d6 commit 8e3de08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/source_creation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
tar -A -f \$toplevel/../freecad_source.tar \$sha1.tar && \
3939
rm \$sha1.tar"
4040
gzip ../freecad_source.tar
41+
sha256sum ../freecad_source.tar > freecad_source_sha256sum.txt
4142
4243
- name: Upload source package to release
4344
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)