Skip to content

Commit f241cdd

Browse files
committed
Try hardcoding VoodooSMBus name in zip upload
1 parent 5a0f893 commit f241cdd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ jobs:
5454
run: |
5555
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.dSYM dSYM/ |
5656
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.kext ./ |
57-
zip -ur *.zip dSYM/ *.kext
57+
ls -l |
58+
zip -ur *.zip dSYM/ VoodooSMBus.kext
5859
- name: Zip Debug
5960
working-directory: ${{ github.workspace }}/build/Build/Products/Debug/
6061
run: |
6162
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.kext ./ |
62-
zip -ur *.zip *.kext
63+
ls -l |
64+
zip -ur *.zip VoodooSMBus.kext
6365
6466
- uses: svenstaro/upload-release-action@v2
6567
if: github.event_name == 'release'

0 commit comments

Comments
 (0)