* Add clos to release tars for Medley. To ease adding clos to Medley Online. * Fix buildLoadup.yml to account for the fact that scripts/loadup-all.sh now automatically includes scripts/copy-all.sh. Was failing due to redundant copying of loadup files. * Get rid of ::set-output:: in buildLoadup.yml and replace with echo >> . This is due to that fact that ::set-output:: has been deprecated by Github and will soon cause an error if used in a workflow. * Update actions/checkout and robinraju/release-downloader to latest versions because versions currently being used relied on Node 12, which has been deprecated. Newer versions of these actions use Node 16, which is still supported. * Fix typo in actions/checkout new version number * Oops. Node 16 is supported by actions/checkout@v3 not by ...@v2.5.0 * Update AButler/upload-release-assets fron @v2.0 to @v2.0.2 to take care of Node 12 versus Node16 issues caused by Node 12 actions being deprecated by github. * Fix quoting bugs on conversions from ::set-output:: to * Try switching to the ncipollo/release-action acgtion in place of using the api to create the release and then the AButler/upload-release-assets action to upload the assets. This is to solve the failures when try to update a release using the force input parameter. * Adding step to delete existing release with given tag, if any. Needed when force parameter is true. * Fixing typo? * Typos again? * Start changing how RELEASE_TAG environment variable is used throughout build_loadup * Finish changing how RELEASE_TAG environment variable is used throughout build_loadup * Update abatilo/release-info-action to v1.3.2 to take care of ::set-output:: deprecation * Add commit to allow testing of release builds * Fix to Issue#1022 Error during greet * More fix to Issue#1022. Turns out need to reset MEDLEYDIR for AFTERMAKESYS as well as at greet time. Discovered during loadup-online.sh with no greet file. * Removing AFTERMAKESYS event action from (MEDLEY-INIT-VARS). Cleaning up a bit the GREET event action in (MEDLEY-INIT-VARS). Remove issue with MEDLEY-INIT-VARS being called after the user greet file in the AFTERMAKESYS case.
2 lines
16 B
Plaintext
2 lines
16 B
Plaintext
release trigger
|