You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a fresh git clone, both scripts have execution permissions.
It looks loke github artifact archive loose these permissions: actions/upload-artifact#38
Describe the bug
Scripts to run Pharo Launcher aren't executable by default:
pharo-launcher
andpharo-launcher-ui
To Reproduce
Steps to reproduce the behavior:
./pharo-launcher help
bash: ./pharo-launcher: Permission denied
pharo-launcher-ui
Expected behavior
Both executable scripts should be set to be executable by default.
Screenshots
If applicable, add screenshots to help explain your problem.
Version information:
Expected development cost
Add
chmod
to set executable flag on both scripts.The text was updated successfully, but these errors were encountered: