-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use RELATIVE_PROJECT_PATH in export (#28)
* Change executablePath from buildDir This assumes presets.export_path is relative to RELATIVE_PROJECT_PATH. * Remove path.basename call This means we use the whole path relative to RELATIVE_PROJECT_PATH rather than just filename. * Revert my previous changes As preparation for a new approach * Add USE_PRESET_EXPORT_PATH input and constant * Update moveBuilds.. to use USE_PRESET_EXPORT_PATH Update moveBuildsToExportDirectory to use new USE_PRESET_EXPORT_PATH constant * Update main to move builds if USE_PRESET... is true Update main file to call moveBuildsToExportDirectory if USE_PRESET_EXPORT_PATH is true * Add use_preset_export_path * Remove trailing filename from path using dirname() * Export USE_PRESET_EXPORT_PATH * Fix linting problems * Add index.js generated by ncc * Document bias towards `use_preset_export_path` * Add new field to action.yml * Correctly type use_preset_export_path * New build * Fix spammy message Includes build
- Loading branch information
Showing
6 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters