Fix permissions

This commit is contained in:
RedBigz 2024-06-12 18:18:23 +10:00
parent 725f7e9fc7
commit f4eb4f6a06

View File

@ -21,4 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Packager
run: ./build.sh
run: |
chmod +x ./build.sh
./build.sh