Skip to content

Commit

Permalink
Merge pull request #38 from uorocketry/building
Browse files Browse the repository at this point in the history
Fix release build error
  • Loading branch information
ajayyy authored May 16, 2021
2 parents edf273c + 7381976 commit d06655f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data-example/config-octoberSky.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"stateIndex": 19,
"seperator": ","
}
]]
]
}

0 comments on commit d06655f

Please sign in to comment.