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 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