Skip to content

Commit

Permalink
Remove hash
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Mar 10, 2024
1 parent e84a8db commit 8c3c5c1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ jobs:
chmod +x UXTU4Mac/Assets/ryzenadj
chmod +x UXTU4Mac/UXTU4Mac.command
- name: Calculate SHA256 hash
run: |
echo "$(shasum -a 256 UXTU4Mac/UXTU4Mac.py | awk '{print $1}')" > Hash.txt
- name: Push changes
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
git add Hash.txt
git commit -m "Hash update"
git push
- name: Zip folder
run: |
zip -r UXTU4Mac.zip UXTU4Mac
Expand Down

0 comments on commit 8c3c5c1

Please sign in to comment.