sgerrand / docker-glibc-builder

A glibc binary package builder in Docker
138 stars 100 forks source link

Attach previous workspace before upload #24

Closed sgerrand closed 6 years ago

sgerrand commented 6 years ago

💁 The upload-master job failed with the following error message:

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.