mirror of
https://github.com/LIV2/a4091-logic.git
synced 2025-12-06 06:22:43 +00:00
Remove path from Logic CI runs
This commit is contained in:
parent
f91322f426
commit
61e9de3826
3
.github/workflows/makefile.yml
vendored
3
.github/workflows/makefile.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user