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

add: automate uploading of windows release binaries #7106

Closed

Conversation

melsonic
Copy link

This PR adds the functionality of automating the upload of windows release binaries.
/fix #5865
/claim #5865

@add-deployment-links
Copy link

add-deployment-links bot commented Jan 25, 2024

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

@melsonic
Copy link
Author

@vadi2 could you please check this PR once?

@@ -134,52 +134,54 @@ if ("$Env:APPVEYOR_REPO_TAG" -eq "false" -and -Not $Script:PublicTestBuild) {
$DEPLOY_URL = $DEPLOY_URL.Trim()
echo "Deployed Mudlet to '$DEPLOY_URL'"
} else {
# disabled temporarily as ssh key is unavailable
$sshKeyPath = "$Env:APPVEYOR_BUILD_FOLDER\CI\mudlet-deploy-key-windows"
ssh-keygen -t rsa -b 2048 -f $sshKeyPath -N ${Env:DEPLOY_KEY_PASS}
Copy link
Member

Choose a reason for hiding this comment

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

How would authentication against the mudlet.org server work exactly when it generates a new key on the spot?

Copy link
Member

@SlySven SlySven Feb 6, 2024

Choose a reason for hiding this comment

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

Yeah - there should already be a key at that location for which the password is available to the Core Devs - so I think theses 3 new lines need to be removed from the PR...

Copy link
Member

@SlySven SlySven left a comment

Choose a reason for hiding this comment

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

👎 As far as I see it, the proposer has merely uncommented code that we had already in place (but disabled because it {no longer?} worked) and added a bogus new key generation. So all-in-all I am not sure that this represents any original work - or any improvement...

@melsonic melsonic closed this by deleting the head repository May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate uploading of windows release binaries
3 participants