adafruit/tinyuf2

Release failed to upload esp32 binaries to aws

Closed this issue · 6 comments

Operating System

Others

INFO_UF2.TXT

n/a

What happened ?

when making a new release, build failed when trying to upload artifacts/binaries to aws with esp32 build.

https://github.com/adafruit/tinyuf2/actions/runs/10703503616/job/29674841712

I am not familiar with this @makermelissa since you fixed this a couple of time previously, could you please lease a hand whenever you have time. Thank you.

How to reproduce ?

make a new release

Debug Log

No response

Screenshots

No response

I should be able to look at this today.

I see "Unable to locate credentials".

thank you for looking at this. maybe the AWS key is out dated (not sure)

PS: I am making more tweak to the repo, if we could fix this, we can release a new version so that s3 also got the latest

This is fixed by 23362cd. Secrets need to be explicitly passed to sub-jobs.

thanks @tannewt for the fix

Thanks @tannewt. I wasn't aware of this new option.