Fix permissions
Some checks failed
Builder / Package as Thunderstore ZIP (push) Failing after 11s

This commit is contained in:
RedBigz 2024-06-12 18:18:23 +10:00
parent 247a13a87b
commit 188b636f1c

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