Skip to content

Commit

Permalink
💚 Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome committed Aug 6, 2024
1 parent ef90dc2 commit b1126dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1126dd

Please sign in to comment.