Skip to content

Conversation

@DEATHB4DEFEAT
Copy link
Member

@DEATHB4DEFEAT DEATHB4DEFEAT commented Nov 30, 2025

No description provided.

Signed-off-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
@DEATHB4DEFEAT DEATHB4DEFEAT added Priority: 2-High Needs to be resolved as soon as possible Size: 5-Very Small For especially small issues/PRs Type: Cleanup Like Rework but small labels Nov 30, 2025
Signed-off-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
@DEATHB4DEFEAT DEATHB4DEFEAT marked this pull request as ready for review November 30, 2025 07:22
Copilot AI review requested due to automatic review settings November 30, 2025 07:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the publish workflow to use configurable variables and secrets instead of hardcoded values, making the workflow more maintainable and reusable. The changes also update naming from "robust"/"Suns" to "engine" to better reflect the current project structure.

  • Replaces hardcoded host, username, and key values with GitHub variables and secrets
  • Updates naming conventions from "robust-builds" to "engine-builds"
  • Updates step name from "Upload files to Suns" to "Upload files to server"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

host: ${{ vars.ENGINE_BUILDS_HOST }}
username: ${{ vars.ENGINE_BUILDS_PUSH_USER }}
key: ${{ secrets.ENGINE_BUILDS_PUSH_KEY }}
script: /home/${{ vars.ENGINE_BUILDS_PUSH_USER }}/engineManifestGenerator/bin/Release/net7.0/ss14ManifestGenerator ${{ steps.parse_version.outputs.version }}
Copy link

Copilot AI Nov 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script path references ss14ManifestGenerator but is located in the engineManifestGenerator directory. This naming inconsistency suggests the executable name may not have been updated during the refactoring from "robust"/"ss14" to "engine" naming. Consider renaming the executable to engineManifestGenerator or verifying the correct executable name.

Suggested change
script: /home/${{ vars.ENGINE_BUILDS_PUSH_USER }}/engineManifestGenerator/bin/Release/net7.0/ss14ManifestGenerator ${{ steps.parse_version.outputs.version }}
script: /home/${{ vars.ENGINE_BUILDS_PUSH_USER }}/engineManifestGenerator/bin/Release/net7.0/engineManifestGenerator ${{ steps.parse_version.outputs.version }}

Copilot uses AI. Check for mistakes.
@DEATHB4DEFEAT DEATHB4DEFEAT merged commit 23a6c87 into master Nov 30, 2025
8 of 9 checks passed
@DEATHB4DEFEAT DEATHB4DEFEAT deleted the DEATHB4DEFEAT-patch-1 branch November 30, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: 2-High Needs to be resolved as soon as possible Size: 5-Very Small For especially small issues/PRs Type: Cleanup Like Rework but small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants