mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-25 14:41:55 +00:00
Hopefully fix the ci once and for all
This commit is contained in:
parent
c721ed37c1
commit
a63ee46feb
4
.github/workflows/update-payloads.yml
vendored
4
.github/workflows/update-payloads.yml
vendored
@ -14,7 +14,9 @@ jobs:
|
||||
run: sudo apt install -y jq
|
||||
|
||||
- name: Update payloads
|
||||
run: sh extras/update-payloads.sh
|
||||
run: |
|
||||
chmod +x extras/update-payloads.sh
|
||||
./extras/update-payloads.sh
|
||||
|
||||
- name: Commit changes if necessary
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user