From 7bf36a96896d3bf944c5a6f944e6e3e92f71b118 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Fri, 19 Feb 2021 16:43:21 -0500 Subject: [PATCH] set executable --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: