chmod again

This commit is contained in:
2025-10-28 00:10:35 -05:00
parent 8e3cc4b3c4
commit 0c02c287fc

View File

@@ -11,6 +11,11 @@ runs:
- name: Checkout
uses: actions/checkout@v4
- name: Permissions
run: |
chmod -R 777 .
ls -al
- name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build