LanceMcCarthy / Action-AzureBlobUpload

A GitHub action to upload files to Azure Blob storage, compatible with all Actions runner operating systems.
MIT License
15 stars 4 forks source link

Multiple File Upload to Blob Storage #443

Open marvenp opened 2 weeks ago

marvenp commented 2 weeks ago

I am not sure about the pattern but I am using the GitHub action to pull JSON files from my GitHub folder and upload it to Blob Storage for configuration setup purposes.

There are a total of 21 JSON configuration files. But somehow, when I run the workflow, some of the files are getting missed.

Also, it's not a filename issue since every time some different file ends up missing.

I am using this action.

Also in logs, it shows all files being uploaded but in blob storage, some are missing.

LanceMcCarthy commented 2 weeks ago

Hi, it looks like you're using an older version. Can you please try v3 and see if that resolves it?

uses: LanceMcCarthy/Action-AzureBlobUpload@v3