diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 16:44:11 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 16:44:11 -0700 |
commit | e15ec7aa22c4b95c4b1c2e4811ac8ec480af65f0 (patch) | |
tree | 52e32674aed2b93d22f0a2b36a56df40dfa3abcb /.github | |
parent | e1436e621b3c53765ad8807185d32c7d326bc507 (diff) | |
download | sncontinue-e15ec7aa22c4b95c4b1c2e4811ac8ec480af65f0.tar.gz sncontinue-e15ec7aa22c4b95c4b1c2e4811ac8ec480af65f0.tar.bz2 sncontinue-e15ec7aa22c4b95c4b1c2e4811ac8ec480af65f0.zip |
chmod
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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' |