Don’t need to escape
This commit is contained in:
parent
ddfb19a6fc
commit
cbd2d724a5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ package:
|
|||
script: >
|
||||
emacs --batch --load package --load package-x --funcall package-initialize
|
||||
--eval "(let ((package-archive-upload-base \"public/\"))
|
||||
(package-upload-file (car (sort (file-expand-wildcards \"*.tar\") \#'string>))))"
|
||||
(package-upload-file (car (sort (file-expand-wildcards \"*.tar\") #'string>))))"
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
|
|
Loading…
Reference in a new issue