diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-01 14:34:25 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-01 14:34:25 -0700 |
commit | 040872381660e2b8e95e43b1cd762addc0e3706e (patch) | |
tree | dec0b75b84ca5aa27cb1f4636c0c00a4fff6b972 /.github | |
parent | c45c2a9445c17f5ddae2945c087d445159be4ed4 (diff) | |
download | sncontinue-040872381660e2b8e95e43b1cd762addc0e3706e.tar.gz sncontinue-040872381660e2b8e95e43b1cd762addc0e3706e.tar.bz2 sncontinue-040872381660e2b8e95e43b1cd762addc0e3706e.zip |
ci: :green_heart: fix path for chmod
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c784cbbe..a1d4ff10 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -86,7 +86,7 @@ jobs: - name: Set permissions shell: bash run: | - chmod -R 777 extension/server/exe + chmod -R 777 ~/.continue/server/exe # Setup Node.js and install dependencies |