From e15ec7aa22c4b95c4b1c2e4811ac8ec480af65f0 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 14 Aug 2023 16:44:11 -0700 Subject: chmod --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 604f8fe1..7753db9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -74,6 +74,7 @@ jobs: run: | pwd ls extension/server/exe/linux + chmod 777 extension/server/exe/linux/run if: matrix.os == 'ubuntu-20.04' - name: Download macOS build @@ -87,6 +88,7 @@ jobs: run: | pwd ls extension/server/exe/mac + chmod 777 extension/server/exe/mac/run if: matrix.os == 'macos-latest' - name: Download Windows build @@ -100,6 +102,7 @@ jobs: run: | pwd ls extension/server/exe/windows + chmod 777 extension/server/exe/windows/run.exe shell: bash if: matrix.os == 'windows-latest' -- cgit v1.2.3-70-g09d2