sourcetoad/aws-codedeploy-action

Name of ZIP

iBotPeaches opened this issue · 3 comments

echo $GITHUB_RUN_ID-$GITHUB_SHA.zip
// 474524530-36d2fd3092a9883df9a2f0ce290f0944534a793f.zip


Need to compare to what our existing thing (Jenkins) builds to see if thats close enough or anyone uses the name of the zip file.

@jweberst as long as the first number just increments does that suffice for the default sort order on S3? I can't find any other variable that is like just a build # that exists on Jenkins - https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables

Run ID is closest, but the numbers are so much higher than 1,2,3,4,5

I think that's fine. I don't even thing it matters at all, because we can sort by date. However, since I assume we might build multiple times, this makes sense.

Sounds good. It is now set with that.