Skip to content

Commit ba64af4

Browse files
Update source_creation.yml
1 parent 8e3de08 commit ba64af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/source_creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +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
41+
sha256sum ../freecad_source.tar.gz > freecad_source.tar.gz-SHA256.txt
4242
4343
- name: Upload source package to release
4444
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)