ghr -u sgerrand --prerelease --delete unreleased artifacts
Failed to find assets from artifacts: failed to get file stat: stat /root/docker-glibc-builder/artifacts: no such file or directory
Exited with code 11
There is no need to checkout code in a job which will upload the previously compiled artefacts. This was missed in the previous changes, mainly because it is complex to test workflow stages.
💁 The
upload-master
job failed with the following error message:There is no need to checkout code in a job which will upload the previously compiled artefacts. This was missed in the previous changes, mainly because it is complex to test workflow stages.