From b1126dd437fde08317123da65ca5fc5cc1b3e932 Mon Sep 17 00:00:00 2001 From: Aksiome <54895777+aksiome@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:21:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20release=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da30ac7bc4..43c48cdeaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: echo "BUILD_PATH=$(python -c 'import definitions; print(definitions.BUILD_PATH)')" >> $GITHUB_ENV - name: Package datapacks - run: python scripts/workflows/distribute_release_wf.py -v ${{ env.MC_VERSION }}-${{ env.VERSION }} -w 0 + run: python scripts/workflows/distribute_release.py -v ${{ env.MC_VERSION }}-${{ env.VERSION }} -w 0 - name: Package world uses: aksiome/minecraft-package@master