From 8ff0b05cd4c0cdbdde8234e9a388a1f454a7a1ce Mon Sep 17 00:00:00 2001 From: jusax23 Date: Mon, 7 Nov 2022 20:09:26 +0100 Subject: [PATCH] teset --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a02deb8..3e0cb85 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,4 @@ # .woodpecker.yml -platform: linux/* pipeline: build: @@ -10,4 +9,5 @@ pipeline: - npm run build - ls build when: - branch: master \ No newline at end of file + branch: master + platform: [ linux/*, windows/amd64 ] \ No newline at end of file