From f83e1611f7211a07fad90a77991b73c503feb548 Mon Sep 17 00:00:00 2001 From: Jade Nash Date: Fri, 12 Jul 2024 05:02:58 -0500 Subject: [PATCH] Fix export datapack step in release workflow --- .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 32e1373..9b9143f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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