From 518cd7c6eaa493387f817198387c5877943dfe66 Mon Sep 17 00:00:00 2001 From: Sluimerstand Date: Wed, 20 Nov 2024 18:57:44 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 118296a..9a6727c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,5 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Grab recipe itemIDs to recipeIDs - run: git update-index --chmod=+x ./scripts/get-files.sh - git update-index --chmod=+x ./scripts/convert-recipes-to-spell-ids.py - bash ${GITHUB_WORKSPACE}/scripts/do-all.sh + - name: Package and release + uses: BigWigsMods/packager@v2