From 1ea1152f495a0f1c73da4cb73afdabb3a4ad0681 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 24 Jul 2022 23:36:02 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a70cc94b..c0bbfc0c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Check the ship's log for how to use your warp drive to travel between star syste - Separate solar system scenes accessible via wormhole OR via the ship's new warp drive feature accessible via the ship's log - Remove or edit existing planets, including what they orbit around - Create custom planets from heightmaps/texturemaps -- Create stars (and supernovae), comets, asteroid belts, satellites, and quantum planets/moons. -- Add stock planet features to custom ones, such as geysers, cloak fields, meteor-launching volcanoes, rafts, and tornados. +- Create stars (and supernovae), comets, asteroid belts, satellites, quantum planets/moons, and custom Dark Bramble dimensions. +- Add stock planet features to custom ones, such as geysers, cloak fields, meteor-launching volcanoes, rafts, tornados, and Dark Bramble seeds/nodes. - Binary orbits - Signalscope signals and custom frequencies - Surface scatter: rocks, trees, etc, using in-game models, or custom ones From dbd0557d01481ea63a307c759149925037b3a96d Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 24 Jul 2022 20:42:11 -0700 Subject: [PATCH 2/2] Funny --- .github/workflows/release_build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 77f14dc2..018a0428 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -55,7 +55,11 @@ jobs: - name: Zip Asset uses: montudor/action-zip@v1 with: - args: zip -qq -r xen.NewHorizons.zip xen.NewHorizons/* + args: | + cd xen.NewHorizons/ + zip -r xen.NewHorizons.zip * + mv xen.NewHorizons.zip .. + cd .. - name: Upload Asset uses: ncipollo/release-action@v1