Skip to content

Commit

Permalink
Fix export datapack step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Jul 12, 2024
1 parent b67c3c8 commit f83e161
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 @@ -67,7 +67,7 @@ jobs:
- name: Export datapack
run: |
zip -r cobble-creations-tweaks custom/datapacks/cobble-creations-tweaks/
(cd custom/datapacks/cobble-creations-tweaks && zip -r ../../../cobble-creations-tweaks .)
mv cobble-creations-tweaks.zip datapacks/
- name: Refresh and build .mrpack
Expand Down

0 comments on commit f83e161

Please sign in to comment.