mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 09:23:00 +01:00
Workaround for GH Actions ruining file permissions
This commit is contained in:
parent
1e432b25ea
commit
524b0205e9
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ main() {
|
|||
fi
|
||||
|
||||
download_artifact npm-package ./release
|
||||
# https://github.com/actions/upload-artifact/issues/38
|
||||
chmod +x $(grep -rl '^#!/.\+' release)
|
||||
yarn publish --non-interactive release
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue