suddenly getting the following error although the folders / files exist:
"zip warning: name not matched: dist node_modules package.json"
Using the latest 0.7.5
Here's the workflow:
- name: Zip the folder
uses: thedoctor0/zip-release@main
with:
type: 'zip'
filename: 'release.zip'
directory: '.'
path: 'dist node_modules package.json'
After switching to thedoctor0/zip-release@0.7.1 it works again
suddenly getting the following error although the folders / files exist:
"zip warning: name not matched: dist node_modules package.json"
Using the latest 0.7.5
Here's the workflow:
- name: Zip the folder
uses: thedoctor0/zip-release@main
with:
type: 'zip'
filename: 'release.zip'
directory: '.'
path: 'dist node_modules package.json'
After switching to thedoctor0/zip-release@0.7.1 it works again