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

Single quoting package id causes the push to Octopus to fail #77

Open
hnrkndrssn opened this issue Jul 7, 2022 · 2 comments
Open

Single quoting package id causes the push to Octopus to fail #77

hnrkndrssn opened this issue Jul 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@hnrkndrssn
Copy link
Contributor

It looks like when you single quote the package id the single quotes are interpreted literally and passed to Octopus e.g.

Pushing build information for package ''vscode-octopusdeploy'' version '0.1.3'
Error: Error: There was a problem with your request.
The package ID contains invalid characters. Examples of valid package IDs include 'MyPackage' and 'MyPackage.Sample'.
@hnrkndrssn hnrkndrssn added the bug Something isn't working label Jul 7, 2022
@aharpster
Copy link

I think it does the same with double quotes. I got it to work by not quoting at all for the packages input.

@twerthi
Copy link

twerthi commented May 3, 2024

This may still be an issue. I found that when single quoting, the Action will report success, but nothing appears to be uploaded, it doesn't show up in Library -> Build Information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants