From 1a089aeaee91a4b3ea056070176130cbd0c70258 Mon Sep 17 00:00:00 2001 From: Matthias Berner Date: Thu, 10 Oct 2024 17:44:01 +0200 Subject: [PATCH] archive --- .gitea/workflows/archive.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/archive.yaml diff --git a/.gitea/workflows/archive.yaml b/.gitea/workflows/archive.yaml new file mode 100644 index 0000000..1474180 --- /dev/null +++ b/.gitea/workflows/archive.yaml @@ -0,0 +1,13 @@ +name: Create Archive +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: Archive Release + uses: thedoctor0/zip-release@0.7.5 + with: + type: 'zip' + filename: 'release.zip' + exclusions: '*.git* /*node_modules/* .editorconfig' \ No newline at end of file