mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Update appveyor deployment.
This commit is contained in:
parent
81789a6930
commit
826bb1abbe
@ -1,6 +1,11 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
- Some bug fixes with `jpm`
|
||||
- Add `os/arch` to get ISA that janet was compiled for
|
||||
- Add color to stacktraces via `(dyn :err-color)`
|
||||
|
||||
## 1.2.0 - 2019-08-08
|
||||
- Add `take` and `drop` functions that are easier to use compared to the
|
||||
existing slice functions.
|
||||
|
@ -35,6 +35,9 @@ only_commits:
|
||||
- src/
|
||||
|
||||
artifacts:
|
||||
- name: janet-v1.2.0-windows.zip
|
||||
path: dist
|
||||
type: Zip
|
||||
- path: janet-v1.2.0-windows-installer.exe
|
||||
name: janet-v1.2.0-windows-installer.exe
|
||||
type: File
|
||||
@ -44,7 +47,7 @@ deploy:
|
||||
provider: GitHub
|
||||
auth_token:
|
||||
secure: lwEXy09qhj2jSH9s1C/KvCkAUqJSma8phFR+0kbsfUc3rVxpNK5uD3z9Md0SjYRx
|
||||
artifact: janet-windows
|
||||
artifact: /janet-.*/
|
||||
draft: true
|
||||
on:
|
||||
APPVEYOR_REPO_TAG: true
|
||||
|
Loading…
Reference in New Issue
Block a user