Hopefully fix the ci once and for all

pull/80/head
Lord Friky 2023-06-03 01:07:57 -06:00
parent c721ed37c1
commit a63ee46feb
1 changed files with 3 additions and 1 deletions

View File

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