Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 authored Feb 13, 2024
1 parent 1d74203 commit c7a3099
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
- name: Set current date as environment variable
run: echo "DATE=`date +'%Y.%m.%d'`" >>$GITHUB_ENV

- name: Building TCET Linux set-once Tar file
- name: Building TCET Linux Xfce set-once Tar file
run: |
cd ..
touch tcet-linux-set-once.tar.gz
tar -czf tcet-linux-set-once.tar.gz tcet-linux-set-once/
touch tcet-linux-xfce-set-once.tar.gz
tar -czf tcet-linux-xfce-set-once.tar.gz tcet-linux-xfce-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/
sha256sum tcet-linux-xfce-set-once.tar.gz > checksum
mv checksum tcet-linux-xfce-set-once/
mv tcet-linux-xfce-set-once.tar.gz tcet-linux-xfce-set-once/
- name: Checking if release with date tag exist
run: |
Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
gh release delete latest
- name: Release Tar File
run: |
gh release create ${{ env.DATE }} *tar.gz checksum --title "TCET-Linux set-once"
gh release create ${{ env.DATE }} *tar.gz checksum --title "TCET-Linux Xfce set-once"
- name: Release Tar File with latest
run: |
gh release create latest *tar.gz checksum --latest --title "TCET-Linux set-once"
gh release create latest *tar.gz checksum --latest --title "TCET-Linuxv Xfce set-once"
- name: Triggered PKGBUILD Action
run: |
curl -L \
Expand Down

0 comments on commit c7a3099

Please sign in to comment.