You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Release to Candidate action failed to find the snapped package after the remote build finished because the version information was purposefully blank/null (using adopt-info for the version metadata). The workflow could not find the .snap file because the version was null instead of the version that was adopted at build-time.
What should have happened?
Perhaps the workflow should accept any <name>_*_<arch>.snap or even <name>_*.snap file as a valid output of the remote build.
Output of snap info $snap_name
n/a
Output of snap connections $snap_name
n/a
Output of snap version
n/a
Relevant log output
[...]
Creating snap package...
Packed gpu-burn_9aefd7c_amd64.snap
[...]
Revoking proxy token...
[...]
Could not find gpu-burn_null_amd64.snap
Teminal output of app
No response
The text was updated successfully, but these errors were encountered:
What happened?
The Release to Candidate action failed to find the snapped package after the remote build finished because the version information was purposefully blank/null (using
adopt-info
for the version metadata). The workflow could not find the.snap
file because the version wasnull
instead of the version that was adopted at build-time.What should have happened?
Perhaps the workflow should accept any
<name>_*_<arch>.snap
or even<name>_*.snap
file as a valid output of the remote build.Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
Teminal output of app
No response
The text was updated successfully, but these errors were encountered: