mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Update appveyor deployment.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose