Skip to content

Commit

Permalink
[FIX] tar.gz creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 committed Oct 6, 2023
1 parent c93c388 commit 1a15869
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:

- name: Building TCET Linux Welcome Tar file
run: |
touch tcet-linux-set-once.tar.gz
tar -czf tcet-linux-set-once.tar.gz --exclude=tcet-linux-set-once.tar.gz .
ls -la
cd ..
ls -la
tar -czf tcet-linux-set-once.tar.gz tcet-linux-set-once/
touch checksum
sha256sum tcet-linux-set-once.tar.gz > checksum
mv checksum tcet-linux-set-once/
mv tcet-linux-set-once.tar.gz tcet-linux-set-once/
ls -la
- name: Delete Previous Latest release
uses: dev-drprasad/[email protected]
Expand Down

0 comments on commit 1a15869

Please sign in to comment.