We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0f893 commit f241cddCopy full SHA for f241cdd
.github/workflows/main.yml
@@ -54,12 +54,14 @@ jobs:
54
run: |
55
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.dSYM dSYM/ |
56
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.kext ./ |
57
- zip -ur *.zip dSYM/ *.kext
+ ls -l |
58
+ zip -ur *.zip dSYM/ VoodooSMBus.kext
59
- name: Zip Debug
60
working-directory: ${{ github.workspace }}/build/Build/Products/Debug/
61
62
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.kext ./ |
- zip -ur *.zip *.kext
63
64
+ zip -ur *.zip VoodooSMBus.kext
65
66
- uses: svenstaro/upload-release-action@v2
67
if: github.event_name == 'release'
0 commit comments