-
Notifications
You must be signed in to change notification settings - Fork 9
update commit in upload_artifacts_workflow #382
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ name: Upload-Artifacts | |
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - noa/update-commit-upload_artifacts_workflow | ||
|
|
||
| jobs: | ||
| artifacts-push: | ||
|
|
@@ -13,7 +13,7 @@ jobs: | |
|
|
||
| - name: Get commit hash prefix for PR update | ||
| env: | ||
| COMMIT_SHA: ${{ github.sha }} | ||
| COMMIT_SHA: 89155aade81a2727937d1734a117b118ec97540b | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hardcoded commit breaks artifact pathsHigh Severity Replacing Reviewed by Cursor Bugbot for commit 8c23f7f. Configure here. |
||
| run: | | ||
| echo "SHORT_HASH=${COMMIT_SHA:0:7}" >> $GITHUB_ENV | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


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.
Main branch upload trigger removed
High Severity
The workflow’s
pushtrigger no longer includesmainand only runs onnoa/update-commit-upload_artifacts_workflow. After merge, pushes tomainwould not run Upload-Artifacts, so release binaries would stop uploading for the primary integration branch.Reviewed by Cursor Bugbot for commit 4ce1601. Configure here.