File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,13 @@ jobs:
53
53
working-directory : ${{ github.workspace }}/build/Build/Products/Release/
54
54
run : |
55
55
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.dSYM dSYM/ |
56
- cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.kext . |
56
+ cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.kext ./ |
57
57
zip -ur *.zip dSYM/ *.kext
58
58
- name : Zip Debug
59
59
working-directory : ${{ github.workspace }}/build/Build/Products/Debug/
60
60
run : |
61
- cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.dSYM dSYM/ |
62
- cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.kext . |
63
- zip -ur *.zip dSYM/ *.kext
61
+ cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.kext ./ |
62
+ zip -ur *.zip *.kext
64
63
65
64
- uses : svenstaro/upload-release-action@v2
66
65
if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments