Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use RELATIVE_PROJECT_PATH in export #28

Merged
merged 17 commits into from
Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Since this action creates releases and uploads the zip file assets, you will nee
- If release notes should be automatically generated based on commit history. The generated notes will be added as the body of the release.
- **Note**: This input is only used when `create_release` is `true`.
- **Note**: When using the GitHub checkout action, ensure you are fetching the entire project history by including `fetch-depth: 0`. See the example workflow configuration for more context.
- `use_preset_export_path` default `false`
- If set to true, exports will be moved to directory defined in `export_presets.cfg` relative to the root of the Git repository. Prioritized over `relative_export_path`.
- `relative_export_path` default `''`
- If provided, exports will be moved to this directory relative to the root of the Git repository.
- `update_windows_icons` default `false`
Expand Down
Loading