azure-blob-storage-upload | Uploads assets to Azure Blob Storage | Storage library
kandi X-RAY | azure-blob-storage-upload Summary
kandi X-RAY | azure-blob-storage-upload Summary
Uploads assets to Azure Blob Storage
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of azure-blob-storage-upload
azure-blob-storage-upload Key Features
azure-blob-storage-upload Examples and Code Snippets
Community Discussions
Trending Discussions on azure-blob-storage-upload
QUESTION
Im running a job that creates a folder dist
and another job that depends on the first one to be completed successfully to upload the dist
folder. However I'm getting an error when uploading saying the directory doesn't exist, while it works to create the folder locally and push it to github. I don't want to push the folder to my repo is there a way to work?
ANSWER
Answered 2021-Dec-28 at 01:17Folders (and files) aren't shared between jobs.
To achieve what you want, you will need to upload the dist
directory as an artifact (using the upload action then download this artifact on the second job with the download action before performing the action you want on the second job.
You can find more information on the GHA official documentation.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install azure-blob-storage-upload
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page