Skip to content

Commit

Permalink
Merge pull request #362 from looooo/patch-2
Browse files Browse the repository at this point in the history
Add sha256sum to source creation
  • Loading branch information
oursland authored Dec 30, 2024
2 parents f6dbcc9 + da324d6 commit 8e3de08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/source_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
tar -A -f \$toplevel/../freecad_source.tar \$sha1.tar && \
rm \$sha1.tar"
gzip ../freecad_source.tar
sha256sum ../freecad_source.tar > freecad_source_sha256sum.txt
- name: Upload source package to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 8e3de08

Please sign in to comment.