We’ve been using the GitHub - canonical/action-build: A Github action for building Snapcraft projects action to do the FreeCAD snap builds in FreeCAD for a while. Only due to a recent issue, I noticed this warning when using the action:
Running snapcraft without a command will not be possible in future releases. Use ‘snapcraft pack’ instead.
There is an existing issue and a pull request to fix this: Run `snapcraft pack` to build, to suppress warnings by joedborg · Pull Request #89 · canonical/action-build · GitHub, but so far it has gone unnoticed. Could perhaps someone at Canonical with the right permissions review/merge that PR? On the other hand, that action appears to be unmaintained: is there another recommended way of building snaps on CI?
Thank you.