From 7645ae6d8252584e24a7821f0321f3db6f8256f5 Mon Sep 17 00:00:00 2001 From: PINPAL <18197217+PINPAL@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:27:18 +0100 Subject: [PATCH] Create zip.yml --- .github/workflows/zip.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/zip.yml diff --git a/.github/workflows/zip.yml b/.github/workflows/zip.yml new file mode 100644 index 0000000..633d7cc --- /dev/null +++ b/.github/workflows/zip.yml @@ -0,0 +1,13 @@ +name: Create Archive +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@cs2-60% + - name: Archive Release + uses: thedoctor0/zip-release@0.7.1 + with: + type: 'zip' + filename: 'cfg.zip' + exclusions: '*.git* *.vscode* .editorconfig'