Remove not needed post-if

Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-11 11:43:09 +08:00
parent 8834139bee
commit 91629f39c8

View File

@@ -10,8 +10,6 @@ runs:
using: "node16"
main: "dist/setup/index.js"
post: "dist/show_stats/index.js"
# windows can't run `--show-stats` while server is running.
post-if: runner.os != 'windows'
branding:
icon: "star"
color: "orange"