From 3bb9c28c48439a2b1cc26969fc9092e81b463ae8 Mon Sep 17 00:00:00 2001 From: emortaldev <28760284+emortaldev@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:22:38 +0100 Subject: [PATCH] Delete .github/workflows/packsquash.yml --- .github/workflows/packsquash.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/packsquash.yml diff --git a/.github/workflows/packsquash.yml b/.github/workflows/packsquash.yml deleted file mode 100644 index f335989..0000000 --- a/.github/workflows/packsquash.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: "Optimize resource pack" - -on: - push: - branches: - - "master" - -jobs: - pre-release: - name: "Optimize resource pack" - runs-on: "ubuntu-latest" - - steps: - - name: Clone repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 # A non-shallow repository clone is required - - name: Run PackSquash - uses: ComunidadAylas/PackSquash-action@v4.0.2 - with: - packsquash_version: latest - options: | - pack_directory = 'resourcepack' - zip_spec_conformance_level = 'high' - output_file_path = '/tmp/pack.zip' - - name: Tag and create release - uses: softprops/action-gh-release@v2 - with: - tag_name: latest - files: /tmp/pack.zip