Troy Gonsalves

Results 3 comments of Troy Gonsalves

Same issue, slightly different version of Cadence Allegro. ``` G04 File Origin: Cadence Allegro 17.2-S032* ... %FSLAX25Y25*MOMM*% ``` Spec is clear, this is wrong. I don't have info on which...

Would have had to store the detected design tool in the parser and doing so would expand the scope of my hack/patch. I opted to just detect the suffix. Need...

A workaround is documented in the readme https://github.com/actions/upload-artifact#maintaining-file-permissions-and-case-sensitive-files ``` - name: 'Tar files' run: tar -cvf my_files.tar /path/to/my/directory - name: 'Upload Artifact' uses: actions/upload-artifact@v2 with: name: my-artifact path: my_files.tar ```