CI: Set more reasonable permissions in the source package
Compare changes
+ 11
− 1
@@ -71,6 +71,14 @@ variables:
@@ -85,6 +93,8 @@ package:
@@ -507,7 +517,7 @@ deploy:
The umask used in Gitlab-CI is such that the tarball contains files with drwxrwxrwx
or -rw-rw-rw-
permissions. Change them to something more reasonable for the released artifact.
(now based on !319 (merged))