-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix GitHub workflow #1075
Fix GitHub workflow #1075
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait for DIMOS changes to merge first.
333c584
to
1f0f2a3
Compare
.github/workflows/master_cd.yml
Outdated
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:((((((((
.github/workflows/master_cd.yml
Outdated
env: | ||
BUILD_DIR: build_fw_deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need to do this, because build_dir is default in the build_binary
action. If you need to specify it, add it at L46.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
W changes
### Summary My previous PR's GitHub action does not save the binary properly for dev board. I didn't notice until I merged my previous PR to the master and fail the DBC-release. This PR is to fix that. ### Changelist `.github/workflows` ### Testing Done running the action ### Resolved Issues about ### Checklist *Please change `[ ]` to `[x]` when you are ready.* - [x] I have read and followed the code conventions detailed in [README.md](../README.md) (*This will save time for both you and the reviewer!*). - [x] If this pull request is longer then **500** lines, I have provided *explicit* justification in the summary above explaining why I *cannot* break this up into multiple pull requests (*Small PR's are faster and less painful for everyone involved!*).
### Summary My previous PR's GitHub action does not save the binary properly for dev board. I didn't notice until I merged my previous PR to the master and fail the DBC-release. This PR is to fix that. ### Changelist `.github/workflows` ### Testing Done running the action ### Resolved Issues about ### Checklist *Please change `[ ]` to `[x]` when you are ready.* - [x] I have read and followed the code conventions detailed in [README.md](../README.md) (*This will save time for both you and the reviewer!*). - [x] If this pull request is longer then **500** lines, I have provided *explicit* justification in the summary above explaining why I *cannot* break this up into multiple pull requests (*Small PR's are faster and less painful for everyone involved!*).
Summary
My previous PR's GitHub action does not save the binary properly for dev board. I didn't notice until I merged my previous PR to the master and fail the DBC-release. This PR is to fix that.
Changelist
.github/workflows
Testing Done
running the action
Resolved Issues
about
Checklist
Please change
[ ]
to[x]
when you are ready.