Skip to content

Commit a043fbe

Browse files
authored
Remove zipping
1 parent fab8f8e commit a043fbe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-driver.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ jobs:
4545
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
4646
makecab -f bin/driver.ddf
4747
mv disk1/driver.cab bin/driver.cab
48-
zip -r drivers.zip bin/
4948
5049
- name: Upload artifacts
5150
uses: actions/upload-artifact@v4
5251
with:
5352
name: drivers
54-
path: drivers.zip
53+
path: bin/
5554

5655

0 commit comments

Comments
 (0)