Skip to content

Commit

Permalink
Try hardcoding VoodooSMBus name in zip upload
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Oct 9, 2024
1 parent 5a0f893 commit f241cdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ jobs:
run: |
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.dSYM dSYM/ |
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Release/*.kext ./ |
zip -ur *.zip dSYM/ *.kext
ls -l |
zip -ur *.zip dSYM/ VoodooSMBus.kext
- name: Zip Debug
working-directory: ${{ github.workspace }}/build/Build/Products/Debug/
run: |
cp -r ${{ github.workspace }}/Dependencies/VoodooSMBus/build/Debug/*.kext ./ |
zip -ur *.zip *.kext
ls -l |
zip -ur *.zip VoodooSMBus.kext
- uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
Expand Down

0 comments on commit f241cdd

Please sign in to comment.