'Getting following error which push a file to gcloud bucket
Error: google-github-actions/upload-cloud-storage failed with path should be a `path.relative()`d string
Here is my yml workflow configuration:
- name: 'upload file'
uses: 'google-github-actions/upload-cloud-storage@v0'
with:
path: /tmp/test.txt
destination: bucket_name/test.txt
Solution 1:[1]
It has version issue it worked with version 0.7.0
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Aman Singh |