From 84650c73fe8ded4f08bbdfe9a1f8372e924cb58b Mon Sep 17 00:00:00 2001 From: yuubinnkyoku <137483288+yuubinnkyoku@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:42:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Delete=20.github/workflows/creat?= =?UTF-8?q?e-config-zip.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-config-zip.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/create-config-zip.yml diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml deleted file mode 100644 index 2df24601..00000000 --- a/.github/workflows/create-config-zip.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Create ZIP -on: - release: - types: [published] - workflow_dispatch: - -jobs: - zip: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: zip -r config-default.zip config/_default - - uses: actions/upload-artifact@v3 - with: - name: config-default - path: config-default.zip - - name: Upload to release - uses: softprops/action-gh-release@v1 - with: - files: config-default.zip - tag_name: ${{ github.event.release.tag_name }}