mirror of
https://github.com/danog/code-server.git
synced 2025-01-22 05:21:11 +01:00
Workaround for GH Actions ruining file permissions
This commit is contained in:
parent
1e432b25ea
commit
524b0205e9
@ -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…
x
Reference in New Issue
Block a user