We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab8f8e commit a043fbeCopy full SHA for a043fbe
1 file changed
.github/workflows/build-driver.yml
@@ -45,12 +45,11 @@ jobs:
45
echo -e '.OPTION EXPLICIT ;\n.Set CabinetName1=driver.cab\n.Set CompressionType=LZX\n.Set CabinetFileCountThreshold=0\n.Set FolderFileCountThreshold=0\n.Set FolderSizeThreshold=0\n.Set MaxCabinetSize=0\n.Set MaxDiskFileCount=0\n.Set MaxDiskSize=0\n\n.Set DestinationDir= ;\nbin\AmtPtpDevice_AMD64.inf\nbin\AmtPtpDeviceUsbUm.dll\nbin\AmtPtpHidFilter.sys\nbin\AmtPtpDeviceUsbUm.pdb\nbin\AmtPtpHidFilter.pdb\n\n' > bin/driver.ddf
46
makecab -f bin/driver.ddf
47
mv disk1/driver.cab bin/driver.cab
48
- zip -r drivers.zip bin/
49
50
- name: Upload artifacts
51
uses: actions/upload-artifact@v4
52
with:
53
name: drivers
54
- path: drivers.zip
+ path: bin/
55
56
0 commit comments