diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-14 17:52:28 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-14 17:52:28 -0700 |
commit | b07e2f299907989671c63bb5ee100bdc13f45eb5 (patch) | |
tree | 6a8c3915ea6763cd54d26a77dd0598dcc9e17895 /.github | |
parent | a407c36f89ae7738f6993239b88cd9a2362c1fd7 (diff) | |
download | sncontinue-b07e2f299907989671c63bb5ee100bdc13f45eb5.tar.gz sncontinue-b07e2f299907989671c63bb5ee100bdc13f45eb5.tar.bz2 sncontinue-b07e2f299907989671c63bb5ee100bdc13f45eb5.zip |
set permissions to /exe
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 340344a3..19fe1f15 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -84,6 +84,11 @@ jobs: path: extension/server/exe if: matrix.os == 'windows-latest' + - name: Set permissions + shell: bash + run: | + chmod -R 777 extension/server/exe + # Setup Node.js and install dependencies - name: Use Node.js 19.0.0 |