mirror of
https://github.com/janet-lang/janet
synced 2025-10-18 01:07:40 +00:00
Oops
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user