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