diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0042b459c..dadb8b71d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: