We use this action to publish a snap to a branch every time a PR is updated. Sometimes these updates don't affect the snap, so we see an error like this:
/snap/bin/snapcraft upload workshop_0.9.1-5eaf8690_amd64.snap --release edge/844
...
Status: error while processing
Issues while processing snap:
- binary_sha3_384: A file with this exact same content has already been uploaded
Full execution log: '/home/runner/.local/state/snapcraft/log/snapcraft-20260611-042354.933655.log'
Would be nice if there was a way to ignore this error (possible behind a flag)
We use this action to publish a snap to a branch every time a PR is updated. Sometimes these updates don't affect the snap, so we see an error like this:
Would be nice if there was a way to ignore this error (possible behind a flag)