Closed marijnhurkens closed 3 years ago
Set the correct attributes when zipping the build. After this fix the output from unzip -Zv my-build.zip is:
unzip -Zv my-build.zip
non-MSDOS external file attributes: 075500 hex MS-DOS file attributes (00 hex): none
Should fix: #102
I can now run my function locally on MacOs.
What did you implement:
Set the correct attributes when zipping the build. After this fix the output from
unzip -Zv my-build.zip
is:Should fix: #102
How did you verify your change:
I can now run my function locally on MacOs.