From e83ed216e9339a318c32e5cc65607a7e3f87193d Mon Sep 17 00:00:00 2001 From: Alex <3957610+CptPotato@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:39:55 +0200 Subject: [PATCH] Create ci.yml (#3) --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..dea33e7 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,17 @@ +name: CI + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: build themes + run: sh ./build.sh + - name: pack themes + uses: actions/upload-artifact@v3 + with: + name: helix-themes + path: build