Remove path from Logic CI runs

This commit is contained in:
Stefan Reinauer 2024-08-26 21:51:17 -07:00
parent f91322f426
commit 61e9de3826

View File

@ -19,11 +19,10 @@ jobs:
run: make
- name: List PLD files
run: ls -alh ${{ github.workspace }}/source/u*.pld
run: ls -alh source/u*.pld
- name: Create zip
run: |
cd ${{ github.workspace }}
zip -r A4091_Logic_Artifacts.zip jedec/ source/
- name: Upload zipped artifacts