From 2d4732981cac9c874d37233ef6ed8c8be1e8acf1 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sun, 22 Nov 2020 16:38:49 -0800 Subject: [PATCH] test windows workflow --- .github/workflows/windows_exe.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/windows_exe.yml diff --git a/.github/workflows/windows_exe.yml b/.github/workflows/windows_exe.yml new file mode 100644 index 0000000..137e893 --- /dev/null +++ b/.github/workflows/windows_exe.yml @@ -0,0 +1,11 @@ +name: "windows_exe" + +on: [push] + +jobs: + build: + runs-on: windows-latest + + steps: + - name: hello + run: Get-ChildItem