set executable

This commit is contained in:
Dhinak G
2021-02-19 16:43:21 -05:00
parent 88b80e6354
commit 7bf36a9689

View File

@@ -24,7 +24,10 @@ jobs:
pip3 install pyinstaller
- run: pyinstaller Opencore-Patcher.spec
- run: |
ls -lsal dist
chmod +x dist/OpenCore-Patcher
ls -lsal dist
- name: Upload to Artifacts
uses: actions/upload-artifact@v2
with: