Skip to content

Commit 532ed48

Browse files
committed
Minor workflow fixes
1 parent fdadd64 commit 532ed48

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,17 @@ jobs:
4141
cd ${{ github.workspace }}/pcireg
4242
wmake
4343
make -f Makefile.uefi ARCH=x86_64
44+
python3 pciids.py
4445
- uses: actions/upload-artifact@v2
4546
with:
47+
name: probing-tools-${{ github.sha }}
4648
path: |
4749
**/*.EXE
4850
**/*.EFI
51+
**/*.BIN
52+
ac97/*.md
53+
acpi/*.md
54+
pcireg/*.md
4955
5056
newbasic:
5157
name: NewBasic
@@ -74,4 +80,9 @@ jobs:
7480
./build.bat VIAKEY
7581
- uses: actions/upload-artifact@v2
7682
with:
77-
path: "**/*.COM"
83+
name: probing-tools-${{ github.sha }}
84+
path: |
85+
**/*.COM
86+
amikey/*.md
87+
multikey/*.md
88+
viakey/*.md

0 commit comments

Comments
 (0)