From 7eea82ab43b2fcb109dc3b6078955346cb6f343f Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 16 May 2021 13:23:58 -0400 Subject: [PATCH 1/2] Fix wrong folder being zipped --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a57d69..2974975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,9 +28,9 @@ jobs: run: cp data-example/config-hotfireTest.json builds/hotfire-test/data/config.json - name: Zip october sky - run: cd ./builds/october-sky ; zip -r ../../builds/GroundStationWithOctoberSkyConfig.zip * + run: cd ./builds/october-sky; zip -r ../../builds/GroundStationWithOctoberSkyConfig.zip * - name: Zip hotfire test - run: cd ./builds/october-sky ; zip -r ../../builds/GroundStationWithHotfireConfig.zip * + run: cd ./builds/hotfire-test; zip -r ../../builds/GroundStationWithHotfireConfig.zip * - name: Upload GroundStationWithOctoberSkyConfig.zip to release uses: Shopify/upload-to-release@master From 7381976b4aa986bb4be399309d0cfda0237fa708 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 16 May 2021 13:25:35 -0400 Subject: [PATCH 2/2] Fix extra bracket --- data-example/config-octoberSky.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-example/config-octoberSky.json b/data-example/config-octoberSky.json index 2e497f8..8bf3153 100644 --- a/data-example/config-octoberSky.json +++ b/data-example/config-octoberSky.json @@ -46,5 +46,5 @@ "stateIndex": 19, "seperator": "," } - ]] + ] } \ No newline at end of file