Skip to content

Commit

Permalink
Fix export datapack step in build workflow (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Jul 12, 2024
1 parent 306f6e2 commit b67c3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Export datapack
run: |
(cd custom/datapacks/cobble-creations-tweaks && zip -r ../../../cobble-creations .)
(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 b67c3c8

Please sign in to comment.