mirror of
https://github.com/NohamR/Ratio.py.git
synced 2025-05-24 00:38:57 +00:00
fix: Make update script executable
This commit is contained in:
parent
a0ab3c59a3
commit
4f64211e48
@ -18,6 +18,9 @@ jobs:
|
||||
git config --global user.email "github-actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Make update script executable
|
||||
run: chmod +x ./update_transmission_version.sh
|
||||
|
||||
- name: Run update script
|
||||
run: ./update_transmission_version.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user