mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Oops
This commit is contained in:
parent
6185af7227
commit
bd7157586b
@ -20,3 +20,4 @@ deploy:
|
||||
on:
|
||||
tags: true
|
||||
repo: bakpakin/janet
|
||||
condition: "$CC = clang"
|
||||
|
@ -94,9 +94,10 @@ exit /b 0
|
||||
:DIST
|
||||
mkdir dist
|
||||
copy janet.exe dist\janet.exe
|
||||
copy LICESNE dist\LICENSE
|
||||
copy LICENSE dist\LICENSE
|
||||
copy README.md dist\README.md
|
||||
copy janet.lib dist\janet.lib
|
||||
copy janet.exp dist\janet.exp
|
||||
copy src\include\janet\janet.h dist\janet.h
|
||||
|
||||
:TESTFAIL
|
||||
|
Loading…
Reference in New Issue
Block a user