We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snapcraft-args
As I was moving from bash to this action, I had quotes around one of the arguments. Snapcraft failed to run, then, because the quotes were escaped:
Run diddlesnaps/snapcraft-multiarch-action@v1 with: store-auth: *** snapcraft-channel: stable architecture: amd64 snapcraft-args: push glvnd-core22_0.01_amd64.snap --release 'edge/pr1' path: . use-podman: false build-info: true # ... Executing: 'snap run snapcraft push glvnd-core22_0.01_amd64.snap --release \'edge/pr1\' ' Uploading... (--->) Uploading... (<---) craft-store error: Store operation failed: - invalid-field: No valid risk provided: 'edge, pr1'
https://github.com/MirServer/glvnd-core22/actions/runs/4341495156/jobs/7581165120#step:3:1586
Need a way to quote arguments in snapcraft-args. It may be best if it's actually a list, rather than a string.
snap info $snap_name
N/A
snap connections $snap_name
snap version
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
As I was moving from bash to this action, I had quotes around one of the arguments. Snapcraft failed to run, then, because the quotes were escaped:
https://github.com/MirServer/glvnd-core22/actions/runs/4341495156/jobs/7581165120#step:3:1586
What should have happened?
Need a way to quote arguments in
snapcraft-args
. It may be best if it's actually a list, rather than a string.Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
No response
Teminal output of app
No response
The text was updated successfully, but these errors were encountered: