Skip to content

Commit

Permalink
Update source_creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval authored Dec 31, 2024
1 parent 8e3de08 commit ba64af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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
sha256sum ../freecad_source.tar.gz > freecad_source.tar.gz-SHA256.txt
- name: Upload source package to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ba64af4

Please sign in to comment.