From ac74dbd315a34d577a70e88dab6e181e25d2446c Mon Sep 17 00:00:00 2001 From: Chloe Date: Thu, 21 Aug 2025 01:51:44 -0400 Subject: [PATCH] Remove obsolete packsquash workflow configuration --- .github/packsquash.yml | 25 ------------------------- .github/workflows/packsquash.yml | 25 ------------------------- 2 files changed, 50 deletions(-) delete mode 100644 .github/packsquash.yml delete mode 100644 .github/workflows/packsquash.yml diff --git a/.github/packsquash.yml b/.github/packsquash.yml deleted file mode 100644 index b5f1c04..0000000 --- a/.github/packsquash.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Optimize resource pack -on: - push: - tags: - - "**" -jobs: - packsquash: - 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 - with: - packsquash_version: latest - options: | - pack_directory = '.' - output_file_path = '/tmp/pack.zip' - - name: Create release - uses: softprops/action-gh-release@v2 - with: - files: /tmp/pack.zip diff --git a/.github/workflows/packsquash.yml b/.github/workflows/packsquash.yml deleted file mode 100644 index 2f3accf..0000000 --- a/.github/workflows/packsquash.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Optimize resource pack -on: - push: - tags: - - '**' -jobs: - packsquash: - 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 - with: - packsquash_version: latest - options: | - pack_directory = '.' - output_file_path = '/tmp/pack.zip' - - name: Create release - uses: softprops/action-gh-release@v2 - with: - files: /tmp/pack.zip \ No newline at end of file