mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
don't call asset
This commit is contained in:
parent
8a78a0394a
commit
60bcef4777
1 changed files with 1 additions and 2 deletions
|
@ -39,5 +39,4 @@ $DOCKER_INSTALL_COMMAND = ('rm -rf .cache/ __pycache__/ */__pycache__ */*/__pyca
|
|||
$DOCKER_GIT_NAME = 'xonsh'
|
||||
$DOCKER_GIT_EMAIL = 'xonsh@googlegroups.com'
|
||||
|
||||
if $VERSION != "check":
|
||||
$GHRELEASE_ASSETS = [git_archive_asset(), 'xonsh-x86_64.AppImage']
|
||||
$GHRELEASE_ASSETS = [git_archive_asset, 'xonsh-x86_64.AppImage']
|
Loading…
Add table
Reference in a new issue