1
0
mirror of https://github.com/lordfriky/web-cfw-loader.git synced 2025-05-12 07:12:28 +00:00

Hopefully fix the ci once and for all

This commit is contained in:
Lord Friky 2023-06-03 01:07:57 -06:00
parent c721ed37c1
commit a63ee46feb

@ -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: |