aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-10-31 17:46:46 +0800
committerGitHub <noreply@github.com>2023-10-31 17:46:46 +0800
commit6938bfd30438bbed1fa0eb8c4d4c604793d4674d (patch)
tree8f679edc25584ea7fd47c8f06185a01d5bf710a3 /.github/workflows/windows.yml
parent9908433cc0d493c6910d0aed5cdf263397cee87f (diff)
downloadyuescript-6938bfd30438bbed1fa0eb8c4d4c604793d4674d.tar.gz
yuescript-6938bfd30438bbed1fa0eb8c4d4c604793d4674d.tar.bz2
yuescript-6938bfd30438bbed1fa0eb8c4d4c604793d4674d.zip
Update windows.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index bc53663..7286642 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -33,7 +33,7 @@ jobs:
33 bin\windows\x64\Debug\yue.exe spec\inputs\try_catch.yue -o spec\generated\5.1\try_catch.lua --target=5.1 33 bin\windows\x64\Debug\yue.exe spec\inputs\try_catch.yue -o spec\generated\5.1\try_catch.lua --target=5.1
34 bin\windows\x64\Debug\yue.exe spec\inputs\attrib.yue -o spec\generated\5.1\attrib.lua --target=5.1 34 bin\windows\x64\Debug\yue.exe spec\inputs\attrib.yue -o spec\generated\5.1\attrib.lua --target=5.1
35 bin\windows\x64\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 35 bin\windows\x64\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1
36 bin\windows\x64\Debug\yue.exe -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and print(r) and os.exit 1)" 36 bin\windows\x64\Debug\yue.exe -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and (print(r) or os.exit 1))"
37 - name: pack 37 - name: pack
38 if: startsWith(github.ref, 'refs/tags/') 38 if: startsWith(github.ref, 'refs/tags/')
39 run: | 39 run: |