mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Try distributing only the installer.
This commit is contained in:
parent
2d7812a06c
commit
c6ac53f4be
@ -23,7 +23,6 @@ install:
|
|||||||
- choco install nsis -y -pre
|
- choco install nsis -y -pre
|
||||||
- build_win dist
|
- build_win dist
|
||||||
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
|
- call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi
|
||||||
- copy janet-installer.exe dist\install.exe
|
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
@ -33,9 +32,9 @@ only_commits:
|
|||||||
- src/
|
- src/
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: dist
|
- path: janet-installer.exe
|
||||||
name: janet-windows
|
name: janet-windows-installer.exe
|
||||||
type: Zip
|
type: File
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
description: 'The Janet Programming Language.'
|
description: 'The Janet Programming Language.'
|
||||||
|
Loading…
Reference in New Issue
Block a user