Skip to content

Commit

Permalink
hash then zip
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Feb 28, 2024
1 parent f956737 commit 5db796d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
chmod +x UXTU4Mac/Assets/ryzenadj
chmod +x UXTU4Mac/UXTU4Mac.command
- name: Zip folder
run: |
zip -r UXTU4Mac.zip UXTU4Mac
env:
TAG: ${{ env.TAG }}

- name: Calculate SHA256 hash
run: |
echo "$(shasum -a 256 UXTU4Mac/UXTU4Mac.py | awk '{print $1}')" > Hash.txt
Expand All @@ -39,6 +33,12 @@ jobs:
git commit -m "Hash update"
git push
- name: Zip folder
run: |
zip -r UXTU4Mac.zip UXTU4Mac
env:
TAG: ${{ env.TAG }}

- id: generate-notes
name: Generate Release Notes
shell: bash
Expand Down

0 comments on commit 5db796d

Please sign in to comment.