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 95d3e77 commit 01ed3ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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-welcome.tar.gz
ls -la
cd ..
ls -la
tar -czf tcet-linux-welcome.tar.gz --exclude=tcet-linux-welcome.tar.gz .
touch checksum
sha256sum tcet-linux-welcome.tar.gz > checksum
mv checksum tcet-linux-welcome/
mv tcet-linux-welcome.tar.gz tcet-linux-welcome/
ls -la
- name: Delete Previous Latest release
uses: dev-drprasad/delete-tag-and-release@v1.0
Expand Down

0 comments on commit 01ed3ad

Please sign in to comment.